home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / RFCs / rfc / rfc1813.txt < prev    next >
Text File  |  1995-10-17  |  230KB  |  7,060 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                       B. Callaghan
  8. Request for Comments: 1813                                  B. Pawlowski
  9. Category: Informational                                      P. Staubach
  10.                                                   Sun Microsystems, Inc.
  11.                                                                June 1995
  12.  
  13.  
  14.                   NFS Version 3 Protocol Specification
  15.  
  16. Status of this Memo
  17.  
  18.    This memo provides information for the Internet community.
  19.    This memo does not specify an Internet standard of any kind.
  20.    Distribution of this memo is unlimited.
  21.  
  22. IESG Note
  23.  
  24.    Internet Engineering Steering Group comment: please note that
  25.    the IETF is not involved in creating or maintaining this
  26.    specification.  This is the significance of the specification
  27.    not being on the standards track.
  28.  
  29. Abstract
  30.  
  31.    This paper describes the NFS version 3 protocol.  This paper is
  32.    provided so that people can write compatible implementations.
  33.  
  34. Table of Contents
  35.  
  36.    1.    Introduction . . . . . . . . . . . . . . . . . . . . . . .   3
  37.    1.1     Scope of the NFS version 3 protocol  . . . . . . . . . .   4
  38.    1.2     Useful terms . . . . . . . . . . . . . . . . . . . . . .   5
  39.    1.3     Remote Procedure Call  . . . . . . . . . . . . . . . . .   5
  40.    1.4     External Data Representation . . . . . . . . . . . . . .   5
  41.    1.5     Authentication and Permission Checking . . . . . . . . .   7
  42.    1.6     Philosophy . . . . . . . . . . . . . . . . . . . . . . .   8
  43.    1.7     Changes from the NFS version 2 protocol  . . . . . . . .  11
  44.    2.    RPC Information  . . . . . . . . . . . . . . . . . . . . .  14
  45.    2.1     Authentication . . . . . . . . . . . . . . . . . . . . .  14
  46.    2.2     Constants  . . . . . . . . . . . . . . . . . . . . . . .  14
  47.    2.3     Transport address  . . . . . . . . . . . . . . . . . . .  14
  48.    2.4     Sizes  . . . . . . . . . . . . . . . . . . . . . . . . .  14
  49.    2.5     Basic Data Types . . . . . . . . . . . . . . . . . . . .  15
  50.    2.6     Defined Error Numbers  . . . . . . . . . . . . . . . . .  17
  51.    3.    Server Procedures  . . . . . . . . . . . . . . . . . . . .  27
  52.    3.1     General comments on attributes . . . . . . . . . . . . .  29
  53.    3.2     General comments on filenames  . . . . . . . . . . . . .  30
  54.    3.3.0   NULL: Do nothing . . . . . . . . . . . . . . . . . . . .  31
  55.  
  56.  
  57.  
  58. Callaghan, el al             Informational                      [Page 1]
  59.  
  60. RFC 1813                 NFS Version 3 Protocol                June 1995
  61.  
  62.  
  63.    3.3.1   GETATTR: Get file attributes . . . . . . . . . . . . . .  32
  64.    3.3.2   SETATTR: Set file attributes . . . . . . . . . . . . . .  33
  65.    3.3.3   LOOKUP: Lookup filename  . . . . . . . . . . . . . . . .  37
  66.    3.3.4   ACCESS: Check access permission  . . . . . . . . . . . .  40
  67.    3.3.5   READLINK: Read from symbolic link  . . . . . . . . . . .  44
  68.    3.3.6   READ: Read from file . . . . . . . . . . . . . . . . . .  46
  69.    3.3.7   WRITE: Write to file . . . . . . . . . . . . . . . . . .  49
  70.    3.3.8   CREATE: Create a file  . . . . . . . . . . . . . . . . .  54
  71.    3.3.9   MKDIR: Create a directory  . . . . . . . . . . . . . . .  58
  72.    3.3.10  SYMLINK: Create a symbolic link  . . . . . . . . . . . .  61
  73.    3.3.11  MKNOD: Create a special device . . . . . . . . . . . . .  63
  74.    3.3.12  REMOVE: Remove a file  . . . . . . . . . . . . . . . . .  67
  75.    3.3.13  RMDIR: Remove a directory  . . . . . . . . . . . . . . .  69
  76.    3.3.14  RENAME: Rename a file or directory . . . . . . . . . . .  71
  77.    3.3.15  LINK: Create link to an object . . . . . . . . . . . . .  74
  78.    3.3.16  READDIR: Read From directory . . . . . . . . . . . . . .  76
  79.    3.3.17  READDIRPLUS: Extended read from directory  . . . . . . .  80
  80.    3.3.18  FSSTAT: Get dynamic file system information  . . . . . .  84
  81.    3.3.19  FSINFO: Get static file system information . . . . . . .  86
  82.    3.3.20  PATHCONF: Retrieve POSIX information . . . . . . . . . .  90
  83.    3.3.21  COMMIT: Commit cached data on a server to stable storage  92
  84.    4.    Implementation issues  . . . . . . . . . . . . . . . . . .  96
  85.    4.1     Multiple version support . . . . . . . . . . . . . . . .  96
  86.    4.2     Server/client relationship . . . . . . . . . . . . . . .  96
  87.    4.3     Path name interpretation . . . . . . . . . . . . . . . .  97
  88.    4.4     Permission issues  . . . . . . . . . . . . . . . . . . .  98
  89.    4.5     Duplicate request cache  . . . . . . . . . . . . . . . .  99
  90.    4.6     File name component handling . . . . . . . . . . . . . . 101
  91.    4.7     Synchronous modifying operations . . . . . . . . . . . . 101
  92.    4.8     Stable storage . . . . . . . . . . . . . . . . . . . . . 101
  93.    4.9     Lookups and name resolution  . . . . . . . . . . . . . . 102
  94.    4.10    Adaptive retransmission  . . . . . . . . . . . . . . . . 102
  95.    4.11    Caching policies . . . . . . . . . . . . . . . . . . . . 102
  96.    4.12    Stable versus unstable writes. . . . . . . . . . . . . . 103
  97.    4.13    32 bit clients/servers and 64 bit clients/servers. . . . 104
  98.    5.    Appendix I: Mount protocol . . . . . . . . . . . . . . . . 106
  99.    5.1     RPC Information  . . . . . . . . . . . . . . . . . . . . 106
  100.    5.1.1     Authentication . . . . . . . . . . . . . . . . . . . . 106
  101.    5.1.2     Constants  . . . . . . . . . . . . . . . . . . . . . . 106
  102.    5.1.3     Transport address  . . . . . . . . . . . . . . . . . . 106
  103.    5.1.4     Sizes  . . . . . . . . . . . . . . . . . . . . . . . . 106
  104.    5.1.5     Basic Data Types . . . . . . . . . . . . . . . . . . . 106
  105.    5.2     Server Procedures  . . . . . . . . . . . . . . . . . . . 107
  106.    5.2.0     NULL: Do nothing . . . . . . . . . . . . . . . . . . . 108
  107.    5.2.1     MNT: Add mount entry . . . . . . . . . . . . . . . . . 109
  108.    5.2.2     DUMP: Return mount entries . . . . . . . . . . . . . . 110
  109.    5.2.3     UMNT: Remove mount entry . . . . . . . . . . . . . . . 111
  110.    5.2.4     UMNTALL: Remove all mount entries  . . . . . . . . . . 112
  111.  
  112.  
  113.  
  114. Callaghan, el al             Informational                      [Page 2]
  115.  
  116. RFC 1813                 NFS Version 3 Protocol                June 1995
  117.  
  118.  
  119.    5.2.5     EXPORT: Return export list . . . . . . . . . . . . . . 113
  120.    6.    Appendix II: Lock manager protocol . . . . . . . . . . . . 114
  121.    6.1     RPC Information  . . . . . . . . . . . . . . . . . . . . 114
  122.    6.1.1     Authentication . . . . . . . . . . . . . . . . . . . . 114
  123.    6.1.2     Constants  . . . . . . . . . . . . . . . . . . . . . . 114
  124.    6.1.3     Transport Address  . . . . . . . . . . . . . . . . . . 115
  125.    6.1.4     Basic Data Types . . . . . . . . . . . . . . . . . . . 115
  126.    6.2     NLM Procedures . . . . . . . . . . . . . . . . . . . . . 118
  127.    6.2.0     NULL: Do nothing . . . . . . . . . . . . . . . . . . . 120
  128.    6.3     Implementation issues  . . . . . . . . . . . . . . . . . 120
  129.    6.3.1     64-bit offsets and lengths . . . . . . . . . . . . . . 120
  130.    6.3.2     File handles . . . . . . . . . . . . . . . . . . . . . 120
  131.    7.    Appendix III: Bibliography . . . . . . . . . . . . . . . . 122
  132.    8.    Security Considerations  . . . . . . . . . . . . . . . . . 125
  133.    9.    Acknowledgements . . . . . . . . . . . . . . . . . . . . . 125
  134.    10.   Authors' Addresses . . . . . . . . . . . . . . . . . . . . 126
  135.  
  136. 1. Introduction
  137.  
  138.    Sun's NFS protocol provides transparent remote access to shared
  139.    file systems across networks. The NFS protocol is designed to be
  140.    machine, operating system, network architecture, and transport
  141.    protocol independent. This independence is achieved through the
  142.    use of Remote Procedure Call (RPC) primitives built on top of an
  143.    eXternal Data Representation (XDR).  Implementations of the NFS
  144.    version 2 protocol exist for a variety of machines, from personal
  145.    computers to supercomputers. The initial version of the NFS
  146.    protocol is specified in the Network File System Protocol
  147.    Specification [RFC1094]. A description of the initial
  148.    implementation can be found in [Sandberg].
  149.  
  150.    The supporting MOUNT protocol performs the operating
  151.    system-specific functions that allow clients to attach remote
  152.    directory trees to a point within the local file system. The
  153.    mount process also allows the server to grant remote access
  154.    privileges to a restricted set of clients via export control.
  155.  
  156.    The Lock Manager provides support for file locking when used in
  157.    the NFS environment. The Network Lock Manager (NLM) protocol
  158.    isolates the inherently stateful aspects of file locking into a
  159.    separate protocol.
  160.  
  161.    A complete description of the above protocols and their
  162.    implementation is to be found in [X/OpenNFS].
  163.  
  164.    The purpose of this document is to:
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Callaghan, el al             Informational                      [Page 3]
  171.  
  172. RFC 1813                 NFS Version 3 Protocol                June 1995
  173.  
  174.  
  175.         o Specify the NFS version 3 protocol.
  176.  
  177.         o Describe semantics of the protocol through annotation
  178.           and description of intended implementation.
  179.  
  180.         o Specify the MOUNT version 3 protocol.
  181.  
  182.         o Briefly describe the changes between the NLM version 3
  183.           protocol and the NLM version 4 protocol.
  184.  
  185.    The normative text is the description of the RPC procedures and
  186.    arguments and results, which defines the over-the-wire protocol,
  187.    and the semantics of those procedures. The material describing
  188.    implementation practice aids the understanding of the protocol
  189.    specification and describes some possible implementation issues
  190.    and solutions. It is not possible to describe all implementations
  191.    and the UNIX operating system implementation of the NFS version 3
  192.    protocol is most often used to provide examples. Given that, the
  193.    implementation discussion does not bear the authority of the
  194.    description of the over-the-wire protocol itself.
  195.  
  196. 1.1 Scope of the NFS version 3 protocol
  197.  
  198.    This revision of the NFS protocol addresses new requirements.
  199.    The need to support larger files and file systems has prompted
  200.    extensions to allow 64 bit file sizes and offsets. The revision
  201.    enhances security by adding support for an access check to be
  202.    done on the server. Performance modifications are of three
  203.    types:
  204.  
  205.    1. The number of over-the-wire packets for a given
  206.       set of file operations is reduced by returning file
  207.       attributes on every operation, thus decreasing the number
  208.       of calls to get modified attributes.
  209.  
  210.    2. The write throughput bottleneck caused by the synchronous
  211.       definition of write in the NFS version 2 protocol has been
  212.       addressed by adding support so that the NFS server can do
  213.       unsafe writes. Unsafe writes are writes which have not
  214.       been committed to stable storage before the operation
  215.       returns.  This specification defines a method for
  216.       committing these unsafe writes to stable storage in a
  217.       reliable way.
  218.  
  219.    3. Limitations on transfer sizes have been relaxed.
  220.  
  221.    The ability to support multiple versions of a protocol in RPC
  222.    will allow implementors of the NFS version 3 protocol to define
  223.  
  224.  
  225.  
  226. Callaghan, el al             Informational                      [Page 4]
  227.  
  228. RFC 1813                 NFS Version 3 Protocol                June 1995
  229.  
  230.  
  231.    clients and servers that provide backwards compatibility with
  232.    the existing installed base of NFS version 2 protocol
  233.    implementations.
  234.  
  235.    The extensions described here represent an evolution of the
  236.    existing NFS protocol and most of the design features of the
  237.    NFS protocol described in [Sandberg] persist. See Changes
  238.    from the NFS version 2 protocol on page 11 for a more
  239.    detailed summary of the changes introduced by this revision.
  240.  
  241. 1.2 Useful terms
  242.  
  243.    In this specification, a "server" is a machine that provides
  244.    resources to the network; a "client" is a machine that accesses
  245.    resources over the network; a "user" is a person logged in on a
  246.    client; an "application" is a program that executes on a client.
  247.  
  248. 1.3 Remote Procedure Call
  249.  
  250.    The Sun Remote Procedure Call specification provides a
  251.    procedure-oriented interface to remote services. Each server
  252.    supplies a program, which is a set of procedures. The NFS
  253.    service is one such program. The combination of host address,
  254.    program number, version number, and procedure number specify one
  255.    remote service procedure.  Servers can support multiple versions
  256.    of a program by using different protocol version numbers.
  257.  
  258.    The NFS protocol was designed to not require any specific level
  259.    of reliability from its lower levels so it could potentially be
  260.    used on many underlying transport protocols. The NFS service is
  261.    based on RPC which provides the abstraction above lower level
  262.    network and transport protocols.
  263.  
  264.    The rest of this document assumes the NFS environment is
  265.    implemented on top of Sun RPC, which is specified in [RFC1057].
  266.    A complete discussion is found in [Corbin].
  267.  
  268. 1.4 External Data Representation
  269.  
  270.    The eXternal Data Representation (XDR) specification provides a
  271.    standard way of representing a set of data types on a network.
  272.    This solves the problem of different byte orders, structure
  273.    alignment, and data type representation on different,
  274.    communicating machines.
  275.  
  276.    In this document, the RPC Data Description Language is used to
  277.    specify the XDR format parameters and results to each of the RPC
  278.    service procedures that an NFS server provides. The RPC Data
  279.  
  280.  
  281.  
  282. Callaghan, el al             Informational                      [Page 5]
  283.  
  284. RFC 1813                 NFS Version 3 Protocol                June 1995
  285.  
  286.  
  287.    Description Language is similar to declarations in the C
  288.    programming language. A few new constructs have been added.
  289.    The notation:
  290.  
  291.       string  name[SIZE];
  292.       string  data<DSIZE>;
  293.  
  294.    defines name, which is a fixed size block of SIZE bytes, and
  295.    data, which is a variable sized block of up to DSIZE bytes. This
  296.    notation indicates fixed-length arrays and arrays with a
  297.    variable number of elements up to a fixed maximum. A
  298.    variable-length definition with no size specified means there is
  299.    no maximum size for the field.
  300.  
  301.    The discriminated union definition:
  302.  
  303.       union example switch (enum status) {
  304.            case OK:
  305.               struct {
  306.                  filename      file1;
  307.                  filename      file2;
  308.                  integer       count;
  309.               }
  310.            case ERROR:
  311.               struct {
  312.                  errstat       error;
  313.                  integer       errno;
  314.               }
  315.            default:
  316.               void;
  317.       }
  318.  
  319.    defines a structure where the first thing over the network is an
  320.    enumeration type called status. If the value of status is OK,
  321.    the next thing on the network will be the structure containing
  322.    file1, file2, and count. Else, if the value of status is ERROR,
  323.    the next thing on the network will be a structure containing
  324.    error and errno.  If the value of status is neither OK nor
  325.    ERROR, then there is no more data in the structure.
  326.  
  327.    The XDR type, hyper, is an 8 byte (64 bit) quantity. It is used
  328.    in the same way as the integer type. For example:
  329.  
  330.       hyper          foo;
  331.       unsigned hyper bar;
  332.  
  333.    foo is an 8 byte signed value, while bar is an 8 byte unsigned
  334.    value.
  335.  
  336.  
  337.  
  338. Callaghan, el al             Informational                      [Page 6]
  339.  
  340. RFC 1813                 NFS Version 3 Protocol                June 1995
  341.  
  342.  
  343.    Although RPC/XDR compilers exist to generate client and server
  344.    stubs from RPC Data Description Language input, NFS
  345.    implementations do not require their use. Any software that
  346.    provides equivalent encoding and decoding to the canonical
  347.    network order of data defined by XDR can be used to interoperate
  348.    with other NFS implementations.
  349.  
  350.    XDR is described in [RFC1014].
  351.  
  352. 1.5 Authentication and Permission Checking
  353.  
  354.    The RPC protocol includes a slot for authentication parameters
  355.    on every call. The contents of the authentication parameters are
  356.    determined by the type of authentication used by the server and
  357.    client. A server may support several different flavors of
  358.    authentication at once. The AUTH_NONE flavor provides null
  359.    authentication, that is, no authentication information is
  360.    passed. The AUTH_UNIX flavor provides UNIX-style user ID, group
  361.    ID, and groups with each call. The AUTH_DES flavor provides
  362.    DES-encrypted authentication parameters based on a network-wide
  363.    name, with session keys exchanged via a public key scheme. The
  364.    AUTH_KERB flavor provides DES encrypted authentication
  365.    parameters based on a network-wide name with session keys
  366.    exchanged via Kerberos secret keys.
  367.  
  368.    The NFS server checks permissions by taking the credentials from
  369.    the RPC authentication information in each remote request. For
  370.    example, using the AUTH_UNIX flavor of authentication, the
  371.    server gets the user's effective user ID, effective group ID and
  372.    groups on each call, and uses them to check access. Using user
  373.    ids and group ids implies that the client and server either
  374.    share the same ID list or do local user and group ID mapping.
  375.    Servers and clients must agree on the mapping from user to uid
  376.    and from group to gid, for those sites that do not implement a
  377.    consistent user ID and group ID space. In practice, such mapping
  378.    is typically performed on the server, following a static mapping
  379.    scheme or a mapping established by the user from a client at
  380.    mount time.
  381.  
  382.    The AUTH_DES and AUTH_KERB style of authentication is based on a
  383.    network-wide name. It provides greater security through the use
  384.    of DES encryption and public keys in the case of AUTH_DES, and
  385.    DES encryption and Kerberos secret keys (and tickets) in the
  386.    AUTH_KERB case. Again, the server and client must agree on the
  387.    identity of a particular name on the network, but the name to
  388.    identity mapping is more operating system independent than the
  389.    uid and gid mapping in AUTH_UNIX. Also, because the
  390.    authentication parameters are encrypted, a malicious user must
  391.  
  392.  
  393.  
  394. Callaghan, el al             Informational                      [Page 7]
  395.  
  396. RFC 1813                 NFS Version 3 Protocol                June 1995
  397.  
  398.  
  399.    know another users network password or private key to masquerade
  400.    as that user. Similarly, the server returns a verifier that is
  401.    also encrypted so that masquerading as a server requires knowing
  402.    a network password.
  403.  
  404.    The NULL procedure typically requires no authentication.
  405.  
  406. 1.6 Philosophy
  407.  
  408.    This specification defines the NFS version 3 protocol, that is
  409.    the over-the-wire protocol by which a client accesses a server.
  410.    The protocol provides a well-defined interface to a server's
  411.    file resources. A client or server implements the protocol and
  412.    provides a mapping of the local file system semantics and
  413.    actions into those defined in the NFS version 3 protocol.
  414.    Implementations may differ to varying degrees, depending on the
  415.    extent to which a given environment can support all the
  416.    operations and semantics defined in the NFS version 3 protocol.
  417.    Although implementations exist and are used to illustrate
  418.    various aspects of the NFS version 3 protocol, the protocol
  419.    specification itself is the final description of how clients
  420.    access server resources.
  421.  
  422.    Because the NFS version 3 protocol is designed to be
  423.    operating-system independent, it does not necessarily match the
  424.    semantics of any existing system. Server implementations are
  425.    expected to make a best effort at supporting the protocol.  If a
  426.    server cannot support a particular protocol procedure, it may
  427.    return the error, NFS3ERR_NOTSUP, that indicates that the
  428.    operation is not supported.  For example, many operating systems
  429.    do not support the notion of a hard link. A server that cannot
  430.    support hard links should return NFS3ERR_NOTSUP in response to a
  431.    LINK request. FSINFO describes the most commonly unsupported
  432.    procedures in the properties bit map.  Alternatively, a server
  433.    may not natively support a given operation, but can emulate it
  434.    in the NFS version 3 protocol implementation to provide greater
  435.    functionality.
  436.  
  437.    In some cases, a server can support most of the semantics
  438.    described by the protocol but not all. For example, the ctime
  439.    field in the fattr structure gives the time that a file's
  440.    attributes were last modified. Many systems do not keep this
  441.    information. In this case, rather than not support the GETATTR
  442.    operation, a server could simulate it by returning the last
  443.    modified time in place of ctime.  Servers must be careful when
  444.    simulating attribute information because of possible side
  445.    effects on clients. For example, many clients use file
  446.    modification times as a basis for their cache consistency
  447.  
  448.  
  449.  
  450. Callaghan, el al             Informational                      [Page 8]
  451.  
  452. RFC 1813                 NFS Version 3 Protocol                June 1995
  453.  
  454.  
  455.    scheme.
  456.  
  457.    NFS servers are dumb and NFS clients are smart. It is the
  458.    clients that do the work required to convert the generalized
  459.    file access that servers provide into a file access method that
  460.    is useful to applications and users. In the LINK example given
  461.    above, a UNIX client that received an NFS3ERR_NOTSUP error from
  462.    a server would do the recovery necessary to either make it look
  463.    to the application like the link request had succeeded or return
  464.    a reasonable error. In general, it is the burden of the client
  465.    to recover.
  466.  
  467.    The NFS version 3 protocol assumes a stateless server
  468.    implementation.  Statelessness means that the server does not
  469.    need to maintain state about any of its clients in order to
  470.    function correctly. Stateless servers have a distinct advantage
  471.    over stateful servers in the event of a crash. With stateless
  472.    servers, a client need only retry a request until the server
  473.    responds; the client does not even need to know that the server
  474.    has crashed. See additional comments in Duplicate request cache
  475.    on page 99.
  476.  
  477.    For a server to be useful, it holds nonvolatile state: data
  478.    stored in the file system. Design assumptions in the NFS version
  479.    3 protocol regarding flushing of modified data to stable storage
  480.    reduce the number of failure modes in which data loss can occur.
  481.    In this way, NFS version 3 protocol implementations can tolerate
  482.    transient failures, including transient failures of the network.
  483.    In general, server implementations of the NFS version 3 protocol
  484.    cannot tolerate a non-transient failure of the stable storage
  485.    itself. However, there exist fault tolerant implementations
  486.    which attempt to address such problems.
  487.  
  488.    That is not to say that an NFS version 3 protocol server can't
  489.    maintain noncritical state. In many cases, servers will maintain
  490.    state (cache) about previous operations to increase performance.
  491.    For example, a client READ request might trigger a read-ahead of
  492.    the next block of the file into the server's data cache in the
  493.    anticipation that the client is doing a sequential read and the
  494.    next client READ request will be satisfied from the server's
  495.    data cache instead of from the disk. Read-ahead on the server
  496.    increases performance by overlapping server disk I/O with client
  497.    requests. The important point here is that the read-ahead block
  498.    is not necessary for correct server behavior. If the server
  499.    crashes and loses its memory cache of read buffers, recovery is
  500.    simple on reboot - clients will continue read operations
  501.    retrieving data from the server disk.
  502.  
  503.  
  504.  
  505.  
  506. Callaghan, el al             Informational                      [Page 9]
  507.  
  508. RFC 1813                 NFS Version 3 Protocol                June 1995
  509.  
  510.  
  511.    Most data-modifying operations in the NFS protocol are
  512.    synchronous.  That is, when a data modifying procedure returns
  513.    to the client, the client can assume that the operation has
  514.    completed and any modified data associated with the request is
  515.    now on stable storage. For example, a synchronous client WRITE
  516.    request may cause the server to update data blocks, file system
  517.    information blocks, and file attribute information - the latter
  518.    information is usually referred to as metadata. When the WRITE
  519.    operation completes, the client can assume that the write data
  520.    is safe and discard it.  This is a very important part of the
  521.    stateless nature of the server. If the server did not flush
  522.    dirty data to stable storage before returning to the client, the
  523.    client would have no way of knowing when it was safe to discard
  524.    modified data. The following data modifying procedures are
  525.    synchronous: WRITE (with stable flag set to FILE_SYNC), CREATE,
  526.    MKDIR, SYMLINK, MKNOD, REMOVE, RMDIR, RENAME, LINK, and COMMIT.
  527.  
  528.    The NFS version 3 protocol introduces safe asynchronous writes
  529.    on the server, when the WRITE procedure is used in conjunction
  530.    with the COMMIT procedure. The COMMIT procedure provides a way
  531.    for the client to flush data from previous asynchronous WRITE
  532.    requests on the server to stable storage and to detect whether
  533.    it is necessary to retransmit the data. See the procedure
  534.    descriptions of WRITE on page 49 and COMMIT on page 92.
  535.  
  536.    The LOOKUP procedure is used by the client to traverse
  537.    multicomponent file names (pathnames). Each call to LOOKUP is
  538.    used to resolve one segment of a pathname. There are two reasons
  539.    for restricting LOOKUP to a single segment: it is hard to
  540.    standardize a common format for hierarchical file names and the
  541.    client and server may have different mappings of pathnames to
  542.    file systems. This would imply that either the client must break
  543.    the path name at file system attachment points, or the server
  544.    must know about the client's file system attachment points. In
  545.    NFS version 3 protocol implementations, it is the client that
  546.    constructs the hierarchical file name space using mounts to
  547.    build a hierarchy. Support utilities, such as the Automounter,
  548.    provide a way to manage a shared, consistent image of the file
  549.    name space while still being driven by the client mount
  550.    process.
  551.  
  552.    Clients can perform caching in varied manner. The general
  553.    practice with the NFS version 2 protocol was to implement a
  554.    time-based client-server cache consistency mechanism. It is
  555.    expected NFS version 3 protocol implementations will use a
  556.    similar mechanism. The NFS version 3 protocol has some explicit
  557.    support, in the form of additional attribute information to
  558.    eliminate explicit attribute checks. However, caching is not
  559.  
  560.  
  561.  
  562. Callaghan, el al             Informational                     [Page 10]
  563.  
  564. RFC 1813                 NFS Version 3 Protocol                June 1995
  565.  
  566.  
  567.    required, nor is any caching policy defined by the protocol.
  568.    Neither the NFS version 2 protocol nor the NFS version 3
  569.    protocol provide a means of maintaining strict client-server
  570.    consistency (and, by implication, consistency across client
  571.    caches).
  572.  
  573. 1.7 Changes from the NFS Version 2 Protocol
  574.  
  575.    The ROOT and WRITECACHE procedures have been removed. A MKNOD
  576.    procedure has been defined to allow the creation of special
  577.    files, eliminating the overloading of CREATE. Caching on the
  578.    client is not defined nor dictated by the NFS version 3
  579.    protocol, but additional information and hints have been added
  580.    to the protocol to allow clients that implement caching to
  581.    manage their caches more effectively. Procedures that affect the
  582.    attributes of a file or directory may now return the new
  583.    attributes after the operation has completed to optimize out a
  584.    subsequent GETATTR used in validating attribute caches. In
  585.    addition, operations that modify the directory in which the
  586.    target object resides return the old and new attributes of the
  587.    directory to allow clients to implement more intelligent cache
  588.    invalidation procedures.  The ACCESS procedure provides access
  589.    permission checking on the server, the FSSTAT procedure returns
  590.    dynamic information about a file system, the FSINFO procedure
  591.    returns static information about a file system and server, the
  592.    READDIRPLUS procedure returns file handles and attributes in
  593.    addition to directory entries, and the PATHCONF procedure
  594.    returns POSIX pathconf information about a file.
  595.  
  596.    Below is a list of the important changes between the NFS version
  597.    2 protocol and the NFS version 3 protocol.
  598.  
  599.    File handle size
  600.          The file handle has been increased to a variable-length
  601.          array of 64 bytes maximum from a fixed array of 32
  602.          bytes. This addresses some known requirements for a
  603.          slightly larger file handle size. The file handle was
  604.          converted from fixed length to variable length to
  605.          reduce local storage and network bandwidth requirements
  606.          for systems which do not utilize the full 64 bytes of
  607.          length.
  608.  
  609.    Maximum data sizes
  610.          The maximum size of a data transfer used in the READ
  611.          and WRITE procedures is now set by values in the FSINFO
  612.          return structure. In addition, preferred transfer sizes
  613.          are returned by FSINFO. The protocol does not place any
  614.          artificial limits on the maximum transfer sizes.
  615.  
  616.  
  617.  
  618. Callaghan, el al             Informational                     [Page 11]
  619.  
  620. RFC 1813                 NFS Version 3 Protocol                June 1995
  621.  
  622.  
  623.          Filenames and pathnames are now specified as strings of
  624.          variable length. The actual length restrictions are
  625.          determined by the client and server implementations as
  626.          appropriate.  The protocol does not place any
  627.          artificial limits on the length. The error,
  628.          NFS3ERR_NAMETOOLONG, is provided to allow the server to
  629.          return an indication to the client that it received a
  630.          pathname that was too long for it to handle.
  631.  
  632.    Error return
  633.          Error returns in some instances now return data (for
  634.          example, attributes). nfsstat3 now defines the full set
  635.          of errors that can be returned by a server. No other
  636.          values are allowed.
  637.  
  638.    File type
  639.          The file type now includes NF3CHR and NF3BLK for
  640.          special files. Attributes for these types include
  641.          subfields for UNIX major and minor devices numbers.
  642.          NF3SOCK and NF3FIFO are now defined for sockets and
  643.          fifos in the file system.
  644.  
  645.    File attributes
  646.          The blocksize (the size in bytes of a block in the
  647.          file) field has been removed. The mode field no longer
  648.          contains file type information. The size and fileid
  649.          fields have been widened to eight-byte unsigned
  650.          integers from four-byte integers. Major and minor
  651.          device information is now presented in a distinct
  652.          structure.  The blocks field name has been changed to
  653.          used and now contains the total number of bytes used by
  654.          the file. It is also an eight-byte unsigned integer.
  655.  
  656.    Set file attributes
  657.          In the NFS version 2 protocol, the settable attributes
  658.          were represented by a subset of the file attributes
  659.          structure; the client indicated those attributes which
  660.          were not to be modified by setting the corresponding
  661.          field to -1, overloading some unsigned fields. The set
  662.          file attributes structure now uses a discriminated
  663.          union for each field to tell whether or how to set that
  664.          field. The atime and mtime fields can be set to either
  665.          the server's current time or a time supplied by the
  666.          client.
  667.  
  668.    LOOKUP
  669.          The LOOKUP return structure now includes the attributes
  670.          for the directory searched.
  671.  
  672.  
  673.  
  674. Callaghan, el al             Informational                     [Page 12]
  675.  
  676. RFC 1813                 NFS Version 3 Protocol                June 1995
  677.  
  678.  
  679.    ACCESS
  680.          An ACCESS procedure has been added to allow an explicit
  681.          over-the-wire permissions check. This addresses known
  682.          problems with the superuser ID mapping feature in many
  683.          server implementations (where, due to mapping of root
  684.          user, unexpected permission denied errors could occur
  685.          while reading from or writing to a file).  This also
  686.          removes the assumption which was made in the NFS
  687.          version 2 protocol that access to files was based
  688.          solely on UNIX style mode bits.
  689.  
  690.    READ
  691.          The reply structure includes a Boolean that is TRUE if
  692.          the end-of-file was encountered during the READ.  This
  693.          allows the client to correctly detect end-of-file.
  694.  
  695.    WRITE
  696.          The beginoffset and totalcount fields were removed from
  697.          the WRITE arguments. The reply now includes a count so
  698.          that the server can write less than the requested
  699.          amount of data, if required. An indicator was added to
  700.          the arguments to instruct the server as to the level of
  701.          cache synchronization that is required by the client.
  702.  
  703.    CREATE
  704.          An exclusive flag and a create verifier was added for
  705.          the exclusive creation of regular files.
  706.  
  707.    MKNOD
  708.          This procedure was added to support the creation of
  709.          special files. This avoids overloading fields of CREATE
  710.          as was done in some NFS version 2 protocol
  711.          implementations.
  712.  
  713.    READDIR
  714.          The READDIR arguments now include a verifier to allow
  715.          the server to validate the cookie. The cookie is now a
  716.          64 bit unsigned integer instead of the 4 byte array
  717.          which was used in the NFS version 2 protocol.  This
  718.          will help to reduce interoperability problems.
  719.  
  720.    READDIRPLUS
  721.          This procedure was added to return file handles and
  722.          attributes in an extended directory list.
  723.  
  724.    FSINFO
  725.          FSINFO was added to provide nonvolatile information
  726.          about a file system. The reply includes preferred and
  727.  
  728.  
  729.  
  730. Callaghan, el al             Informational                     [Page 13]
  731.  
  732. RFC 1813                 NFS Version 3 Protocol                June 1995
  733.  
  734.  
  735.          maximum read transfer size, preferred and maximum write
  736.          transfer size, and flags stating whether links or
  737.          symbolic links are supported.  Also returned are
  738.          preferred transfer size for READDIR procedure replies,
  739.          server time granularity, and whether times can be set
  740.          in a SETATTR request.
  741.  
  742.    FSSTAT
  743.          FSSTAT was added to provide volatile information about
  744.          a file system, for use by utilities such as the Unix
  745.          system df command. The reply includes the total size
  746.          and free space in the file system specified in bytes,
  747.          the total number of files and number of free file slots
  748.          in the file system, and an estimate of time between
  749.          file system modifications (for use in cache consistency
  750.          checking algorithms).
  751.  
  752.    COMMIT
  753.          The COMMIT procedure provides the synchronization
  754.          mechanism to be used with asynchronous WRITE
  755.          operations.
  756.  
  757. 2. RPC Information
  758.  
  759. 2.1 Authentication
  760.  
  761.    The NFS service uses AUTH_NONE in the NULL procedure. AUTH_UNIX,
  762.    AUTH_DES, or AUTH_KERB are used for all other procedures. Other
  763.    authentication types may be supported in the future.
  764.  
  765. 2.2 Constants
  766.  
  767.    These are the RPC constants needed to call the NFS Version 3
  768.    service.  They are given in decimal.
  769.  
  770.       PROGRAM  100003
  771.       VERSION  3
  772.  
  773. 2.3 Transport address
  774.  
  775.    The NFS protocol is normally supported over the TCP and UDP
  776.    protocols.  It uses port 2049, the same as the NFS version 2
  777.    protocol.
  778.  
  779. 2.4 Sizes
  780.  
  781.    These are the sizes, given in decimal bytes, of various XDR
  782.    structures used in the NFS version 3 protocol:
  783.  
  784.  
  785.  
  786. Callaghan, el al             Informational                     [Page 14]
  787.  
  788. RFC 1813                 NFS Version 3 Protocol                June 1995
  789.  
  790.  
  791.    NFS3_FHSIZE 64
  792.       The maximum size in bytes of the opaque file handle.
  793.  
  794.    NFS3_COOKIEVERFSIZE 8
  795.       The size in bytes of the opaque cookie verifier passed by
  796.       READDIR and READDIRPLUS.
  797.  
  798.    NFS3_CREATEVERFSIZE 8
  799.       The size in bytes of the opaque verifier used for
  800.       exclusive CREATE.
  801.  
  802.    NFS3_WRITEVERFSIZE 8
  803.       The size in bytes of the opaque verifier used for
  804.       asynchronous WRITE.
  805.  
  806. 2.5 Basic Data Types
  807.  
  808.    The following XDR definitions are basic definitions that are
  809.    used in other structures.
  810.  
  811.    uint64
  812.          typedef unsigned hyper uint64;
  813.  
  814.    int64
  815.          typedef hyper int64;
  816.  
  817.    uint32
  818.          typedef unsigned long uint32;
  819.  
  820.    int32
  821.          typedef long int32;
  822.  
  823.    filename3
  824.          typedef string filename3<>;
  825.  
  826.    nfspath3
  827.          typedef string nfspath3<>;
  828.  
  829.    fileid3
  830.          typedef uint64 fileid3;
  831.  
  832.    cookie3
  833.          typedef uint64 cookie3;
  834.  
  835.    cookieverf3
  836.          typedef opaque cookieverf3[NFS3_COOKIEVERFSIZE];
  837.  
  838.  
  839.  
  840.  
  841.  
  842. Callaghan, el al             Informational                     [Page 15]
  843.  
  844. RFC 1813                 NFS Version 3 Protocol                June 1995
  845.  
  846.  
  847.    createverf3
  848.          typedef opaque createverf3[NFS3_CREATEVERFSIZE];
  849.  
  850.    writeverf3
  851.          typedef opaque writeverf3[NFS3_WRITEVERFSIZE];
  852.  
  853.    uid3
  854.          typedef uint32 uid3;
  855.  
  856.    gid3
  857.          typedef uint32 gid3;
  858.  
  859.    size3
  860.          typedef uint64 size3;
  861.  
  862.    offset3
  863.          typedef uint64 offset3;
  864.  
  865.    mode3
  866.          typedef uint32 mode3;
  867.  
  868.    count3
  869.          typedef uint32 count3;
  870.  
  871.    nfsstat3
  872.       enum nfsstat3 {
  873.          NFS3_OK             = 0,
  874.          NFS3ERR_PERM        = 1,
  875.          NFS3ERR_NOENT       = 2,
  876.          NFS3ERR_IO          = 5,
  877.          NFS3ERR_NXIO        = 6,
  878.          NFS3ERR_ACCES       = 13,
  879.          NFS3ERR_EXIST       = 17,
  880.          NFS3ERR_XDEV        = 18,
  881.          NFS3ERR_NODEV       = 19,
  882.          NFS3ERR_NOTDIR      = 20,
  883.          NFS3ERR_ISDIR       = 21,
  884.          NFS3ERR_INVAL       = 22,
  885.          NFS3ERR_FBIG        = 27,
  886.          NFS3ERR_NOSPC       = 28,
  887.          NFS3ERR_ROFS        = 30,
  888.          NFS3ERR_MLINK       = 31,
  889.          NFS3ERR_NAMETOOLONG = 63,
  890.          NFS3ERR_NOTEMPTY    = 66,
  891.          NFS3ERR_DQUOT       = 69,
  892.          NFS3ERR_STALE       = 70,
  893.          NFS3ERR_REMOTE      = 71,
  894.          NFS3ERR_BADHANDLE   = 10001,
  895.  
  896.  
  897.  
  898. Callaghan, el al             Informational                     [Page 16]
  899.  
  900. RFC 1813                 NFS Version 3 Protocol                June 1995
  901.  
  902.  
  903.          NFS3ERR_NOT_SYNC    = 10002,
  904.          NFS3ERR_BAD_COOKIE  = 10003,
  905.          NFS3ERR_NOTSUPP     = 10004,
  906.          NFS3ERR_TOOSMALL    = 10005,
  907.          NFS3ERR_SERVERFAULT = 10006,
  908.          NFS3ERR_BADTYPE     = 10007,
  909.          NFS3ERR_JUKEBOX     = 10008
  910.       };
  911.  
  912.    The nfsstat3 type is returned with every procedure's results
  913.    except for the NULL procedure. A value of NFS3_OK indicates that
  914.    the call completed successfully. Any other value indicates that
  915.    some error occurred on the call, as identified by the error
  916.    code. Note that the precise numeric encoding must be followed.
  917.    No other values may be returned by a server. Servers are
  918.    expected to make a best effort mapping of error conditions to
  919.    the set of error codes defined. In addition, no error
  920.    precedences are specified by this specification.  Error
  921.    precedences determine the error value that should be returned
  922.    when more than one error applies in a given situation. The error
  923.    precedence will be determined by the individual server
  924.    implementation. If the client requires specific error
  925.    precedences, it should check for the specific errors for
  926.    itself.
  927.  
  928. 2.6 Defined Error Numbers
  929.  
  930.    A description of each defined error follows:
  931.  
  932.    NFS3_OK
  933.        Indicates the call completed successfully.
  934.  
  935.    NFS3ERR_PERM
  936.        Not owner. The operation was not allowed because the
  937.        caller is either not a privileged user (root) or not the
  938.        owner of the target of the operation.
  939.  
  940.    NFS3ERR_NOENT
  941.        No such file or directory. The file or directory name
  942.        specified does not exist.
  943.  
  944.    NFS3ERR_IO
  945.        I/O error. A hard error (for example, a disk error)
  946.        occurred while processing the requested operation.
  947.  
  948.    NFS3ERR_NXIO
  949.        I/O error. No such device or address.
  950.  
  951.  
  952.  
  953.  
  954. Callaghan, el al             Informational                     [Page 17]
  955.  
  956. RFC 1813                 NFS Version 3 Protocol                June 1995
  957.  
  958.  
  959.    NFS3ERR_ACCES
  960.        Permission denied. The caller does not have the correct
  961.        permission to perform the requested operation. Contrast
  962.        this with NFS3ERR_PERM, which restricts itself to owner
  963.        or privileged user permission failures.
  964.  
  965.    NFS3ERR_EXIST
  966.        File exists. The file specified already exists.
  967.  
  968.    NFS3ERR_XDEV
  969.        Attempt to do a cross-device hard link.
  970.  
  971.    NFS3ERR_NODEV
  972.        No such device.
  973.  
  974.    NFS3ERR_NOTDIR
  975.        Not a directory. The caller specified a non-directory in
  976.        a directory operation.
  977.  
  978.    NFS3ERR_ISDIR
  979.        Is a directory. The caller specified a directory in a
  980.        non-directory operation.
  981.  
  982.    NFS3ERR_INVAL
  983.        Invalid argument or unsupported argument for an
  984.        operation. Two examples are attempting a READLINK on an
  985.        object other than a symbolic link or attempting to
  986.        SETATTR a time field on a server that does not support
  987.        this operation.
  988.  
  989.    NFS3ERR_FBIG
  990.        File too large. The operation would have caused a file to
  991.        grow beyond the server's limit.
  992.  
  993.    NFS3ERR_NOSPC
  994.        No space left on device. The operation would have caused
  995.        the server's file system to exceed its limit.
  996.  
  997.    NFS3ERR_ROFS
  998.        Read-only file system. A modifying operation was
  999.        attempted on a read-only file system.
  1000.  
  1001.    NFS3ERR_MLINK
  1002.        Too many hard links.
  1003.  
  1004.    NFS3ERR_NAMETOOLONG
  1005.        The filename in an operation was too long.
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Callaghan, el al             Informational                     [Page 18]
  1011.  
  1012. RFC 1813                 NFS Version 3 Protocol                June 1995
  1013.  
  1014.  
  1015.    NFS3ERR_NOTEMPTY
  1016.  
  1017.        An attempt was made to remove a directory that was not
  1018.        empty.
  1019.  
  1020.    NFS3ERR_DQUOT
  1021.        Resource (quota) hard limit exceeded. The user's resource
  1022.        limit on the server has been exceeded.
  1023.  
  1024.    NFS3ERR_STALE
  1025.        Invalid file handle. The file handle given in the
  1026.        arguments was invalid. The file referred to by that file
  1027.        handle no longer exists or access to it has been
  1028.        revoked.
  1029.  
  1030.    NFS3ERR_REMOTE
  1031.        Too many levels of remote in path. The file handle given
  1032.        in the arguments referred to a file on a non-local file
  1033.        system on the server.
  1034.  
  1035.    NFS3ERR_BADHANDLE
  1036.        Illegal NFS file handle. The file handle failed internal
  1037.        consistency checks.
  1038.  
  1039.    NFS3ERR_NOT_SYNC
  1040.        Update synchronization mismatch was detected during a
  1041.        SETATTR operation.
  1042.  
  1043.    NFS3ERR_BAD_COOKIE
  1044.        READDIR or READDIRPLUS cookie is stale.
  1045.  
  1046.    NFS3ERR_NOTSUPP
  1047.        Operation is not supported.
  1048.  
  1049.    NFS3ERR_TOOSMALL
  1050.        Buffer or request is too small.
  1051.  
  1052.    NFS3ERR_SERVERFAULT
  1053.        An error occurred on the server which does not map to any
  1054.        of the legal NFS version 3 protocol error values.  The
  1055.        client should translate this into an appropriate error.
  1056.        UNIX clients may choose to translate this to EIO.
  1057.  
  1058.    NFS3ERR_BADTYPE
  1059.        An attempt was made to create an object of a type not
  1060.        supported by the server.
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Callaghan, el al             Informational                     [Page 19]
  1067.  
  1068. RFC 1813                 NFS Version 3 Protocol                June 1995
  1069.  
  1070.  
  1071.    NFS3ERR_JUKEBOX
  1072.        The server initiated the request, but was not able to
  1073.        complete it in a timely fashion. The client should wait
  1074.        and then try the request with a new RPC transaction ID.
  1075.        For example, this error should be returned from a server
  1076.        that supports hierarchical storage and receives a request
  1077.        to process a file that has been migrated. In this case,
  1078.        the server should start the immigration process and
  1079.        respond to client with this error.
  1080.  
  1081.    ftype3
  1082.  
  1083.       enum ftype3 {
  1084.          NF3REG    = 1,
  1085.          NF3DIR    = 2,
  1086.          NF3BLK    = 3,
  1087.          NF3CHR    = 4,
  1088.          NF3LNK    = 5,
  1089.          NF3SOCK   = 6,
  1090.          NF3FIFO   = 7
  1091.       };
  1092.  
  1093.    The enumeration, ftype3, gives the type of a file. The type,
  1094.    NF3REG, is a regular file, NF3DIR is a directory, NF3BLK is a
  1095.    block special device file, NF3CHR is a character special device
  1096.    file, NF3LNK is a symbolic link, NF3SOCK is a socket, and
  1097.    NF3FIFO is a named pipe. Note that the precise enum encoding
  1098.    must be followed.
  1099.  
  1100.    specdata3
  1101.  
  1102.       struct specdata3 {
  1103.            uint32     specdata1;
  1104.            uint32     specdata2;
  1105.       };
  1106.  
  1107.    The interpretation of the two words depends on the type of file
  1108.    system object. For a block special (NF3BLK) or character special
  1109.    (NF3CHR) file, specdata1 and specdata2 are the major and minor
  1110.    device numbers, respectively.  (This is obviously a
  1111.    UNIX-specific interpretation.) For all other file types, these
  1112.    two elements should either be set to 0 or the values should be
  1113.    agreed upon by the client and server. If the client and server
  1114.    do not agree upon the values, the client should treat these
  1115.    fields as if they are set to 0. This data field is returned as
  1116.    part of the fattr3 structure and so is available from all
  1117.    replies returning attributes. Since these fields are otherwise
  1118.    unused for objects which are not devices, out of band
  1119.  
  1120.  
  1121.  
  1122. Callaghan, el al             Informational                     [Page 20]
  1123.  
  1124. RFC 1813                 NFS Version 3 Protocol                June 1995
  1125.  
  1126.  
  1127.    information can be passed from the server to the client.
  1128.    However, once again, both the server and the client must agree
  1129.    on the values passed.
  1130.  
  1131.    nfs_fh3
  1132.  
  1133.       struct nfs_fh3 {
  1134.          opaque       data<NFS3_FHSIZE>;
  1135.       };
  1136.  
  1137.    The nfs_fh3 is the variable-length opaque object returned by the
  1138.    server on LOOKUP, CREATE, SYMLINK, MKNOD, LINK, or READDIRPLUS
  1139.    operations, which is used by the client on subsequent operations
  1140.    to reference the file. The file handle contains all the
  1141.    information the server needs to distinguish an individual file.
  1142.    To the client, the file handle is opaque. The client stores file
  1143.    handles for use in a later request and can compare two file
  1144.    handles from the same server for equality by doing a
  1145.    byte-by-byte comparison, but cannot otherwise interpret the
  1146.    contents of file handles. If two file handles from the same
  1147.    server are equal, they must refer to the same file, but if they
  1148.    are not equal, no conclusions can be drawn. Servers should try
  1149.    to maintain a one-to-one correspondence between file handles and
  1150.    files, but this is not required. Clients should use file handle
  1151.    comparisons only to improve performance, not for correct
  1152.    behavior.
  1153.  
  1154.    Servers can revoke the access provided by a file handle at any
  1155.    time.  If the file handle passed in a call refers to a file
  1156.    system object that no longer exists on the server or access for
  1157.    that file handle has been revoked, the error, NFS3ERR_STALE,
  1158.    should be returned.
  1159.  
  1160.    nfstime3
  1161.  
  1162.       struct nfstime3 {
  1163.          uint32   seconds;
  1164.          uint32   nseconds;
  1165.       };
  1166.  
  1167.    The nfstime3 structure gives the number of seconds and
  1168.    nanoseconds since midnight January 1, 1970 Greenwich Mean Time.
  1169.    It is used to pass time and date information. The times
  1170.    associated with files are all server times except in the case of
  1171.    a SETATTR operation where the client can explicitly set the file
  1172.    time. A server converts to and from local time when processing
  1173.    time values, preserving as much accuracy as possible. If the
  1174.    precision of timestamps stored for a file is less than that
  1175.  
  1176.  
  1177.  
  1178. Callaghan, el al             Informational                     [Page 21]
  1179.  
  1180. RFC 1813                 NFS Version 3 Protocol                June 1995
  1181.  
  1182.  
  1183.    defined by NFS version 3 protocol, loss of precision can occur.
  1184.    An adjunct time maintenance protocol is recommended to reduce
  1185.    client and server time skew.
  1186.  
  1187.    fattr3
  1188.  
  1189.       struct fattr3 {
  1190.          ftype3     type;
  1191.          mode3      mode;
  1192.          uint32     nlink;
  1193.          uid3       uid;
  1194.          gid3       gid;
  1195.          size3      size;
  1196.          size3      used;
  1197.          specdata3  rdev;
  1198.          uint64     fsid;
  1199.          fileid3    fileid;
  1200.          nfstime3   atime;
  1201.          nfstime3   mtime;
  1202.          nfstime3   ctime;
  1203.       };
  1204.  
  1205.    This structure defines the attributes of a file system object.
  1206.    It is returned by most operations on an object; in the case of
  1207.    operations that affect two objects (for example, a MKDIR that
  1208.    modifies the target directory attributes and defines new
  1209.    attributes for the newly created directory), the attributes for
  1210.    both may be returned. In some cases, the attributes are returned
  1211.    in the structure, wcc_data, which is defined below; in other
  1212.    cases the attributes are returned alone.  The main changes from
  1213.    the NFS version 2 protocol are that many of the fields have been
  1214.    widened and the major/minor device information is now presented
  1215.    in a distinct structure rather than being packed into a word.
  1216.  
  1217.    The fattr3 structure contains the basic attributes of a file.
  1218.    All servers should support this set of attributes even if they
  1219.    have to simulate some of the fields. Type is the type of the
  1220.    file. Mode is the protection mode bits. Nlink is the number of
  1221.    hard links to the file - that is, the number of different names
  1222.    for the same file. Uid is the user ID of the owner of the file.
  1223.    Gid is the group ID of the group of the file. Size is the size
  1224.    of the file in bytes. Used is the number of bytes of disk space
  1225.    that the file actually uses (which can be smaller than the size
  1226.    because the file may have holes or it may be larger due to
  1227.    fragmentation). Rdev describes the device file if the file type
  1228.    is NF3CHR or NF3BLK - see specdata3 on page 20. Fsid is the file
  1229.    system identifier for the file system. Fileid is a number which
  1230.    uniquely identifies the file within its file system (on UNIX
  1231.  
  1232.  
  1233.  
  1234. Callaghan, el al             Informational                     [Page 22]
  1235.  
  1236. RFC 1813                 NFS Version 3 Protocol                June 1995
  1237.  
  1238.  
  1239.    this would be the inumber). Atime is the time when the file data
  1240.    was last accessed. Mtime is the time when the file data was last
  1241.    modified.  Ctime is the time when the attributes of the file
  1242.    were last changed.  Writing to the file changes the ctime in
  1243.    addition to the mtime.
  1244.  
  1245.    The mode bits are defined as follows:
  1246.  
  1247.       0x00800 Set user ID on execution.
  1248.       0x00400 Set group ID on execution.
  1249.       0x00200 Save swapped text (not defined in POSIX).
  1250.       0x00100 Read permission for owner.
  1251.       0x00080 Write permission for owner.
  1252.       0x00040 Execute permission for owner on a file. Or lookup
  1253.               (search) permission for owner in directory.
  1254.       0x00020 Read permission for group.
  1255.       0x00010 Write permission for group.
  1256.       0x00008 Execute permission for group on a file. Or lookup
  1257.               (search) permission for group in directory.
  1258.       0x00004 Read permission for others.
  1259.       0x00002 Write permission for others.
  1260.       0x00001 Execute permission for others on a file. Or lookup
  1261.               (search) permission for others in directory.
  1262.  
  1263.    post_op_attr
  1264.  
  1265.       union post_op_attr switch (bool attributes_follow) {
  1266.       case TRUE:
  1267.          fattr3   attributes;
  1268.       case FALSE:
  1269.          void;
  1270.       };
  1271.  
  1272.    This structure is used for returning attributes in those
  1273.    operations that are not directly involved with manipulating
  1274.    attributes. One of the principles of this revision of the NFS
  1275.    protocol is to return the real value from the indicated
  1276.    operation and not an error from an incidental operation. The
  1277.    post_op_attr structure was designed to allow the server to
  1278.    recover from errors encountered while getting attributes.
  1279.  
  1280.    This appears to make returning attributes optional. However,
  1281.    server implementors are strongly encouraged to make best effort
  1282.    to return attributes whenever possible, even when returning an
  1283.    error.
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290. Callaghan, el al             Informational                     [Page 23]
  1291.  
  1292. RFC 1813                 NFS Version 3 Protocol                June 1995
  1293.  
  1294.  
  1295.    wcc_attr
  1296.  
  1297.       struct wcc_attr {
  1298.          size3       size;
  1299.          nfstime3    mtime;
  1300.          nfstime3    ctime;
  1301.       };
  1302.  
  1303.    This is the subset of pre-operation attributes needed to better
  1304.    support the weak cache consistency semantics. Size is the file
  1305.    size in bytes of the object before the operation. Mtime is the
  1306.    time of last modification of the object before the operation.
  1307.    Ctime is the time of last change to the attributes of the object
  1308.    before the operation. See discussion in wcc_attr on page 24.
  1309.  
  1310.    The use of mtime by clients to detect changes to file system
  1311.    objects residing on a server is dependent on the granularity of
  1312.    the time base on the server.
  1313.  
  1314.    pre_op_attr
  1315.  
  1316.       union pre_op_attr switch (bool attributes_follow) {
  1317.       case TRUE:
  1318.            wcc_attr  attributes;
  1319.       case FALSE:
  1320.            void;
  1321.       };
  1322.  
  1323.    wcc_data
  1324.  
  1325.       struct wcc_data {
  1326.          pre_op_attr    before;
  1327.          post_op_attr   after;
  1328.       };
  1329.  
  1330.    When a client performs an operation that modifies the state of a
  1331.    file or directory on the server, it cannot immediately determine
  1332.    from the post-operation attributes whether the operation just
  1333.    performed was the only operation on the object since the last
  1334.    time the client received the attributes for the object. This is
  1335.    important, since if an intervening operation has changed the
  1336.    object, the client will need to invalidate any cached data for
  1337.    the object (except for the data that it just wrote).
  1338.  
  1339.    To deal with this, the notion of weak cache consistency data or
  1340.    wcc_data is introduced. A wcc_data structure consists of certain
  1341.    key fields from the object attributes before the operation,
  1342.    together with the object attributes after the operation. This
  1343.  
  1344.  
  1345.  
  1346. Callaghan, el al             Informational                     [Page 24]
  1347.  
  1348. RFC 1813                 NFS Version 3 Protocol                June 1995
  1349.  
  1350.  
  1351.    information allows the client to manage its cache more
  1352.    accurately than in NFS version 2 protocol implementations. The
  1353.    term, weak cache consistency, emphasizes the fact that this
  1354.    mechanism does not provide the strict server-client consistency
  1355.    that a cache consistency protocol would provide.
  1356.  
  1357.    In order to support the weak cache consistency model, the server
  1358.    will need to be able to get the pre-operation attributes of the
  1359.    object, perform the intended modify operation, and then get the
  1360.    post-operation attributes atomically. If there is a window for
  1361.    the object to get modified between the operation and either of
  1362.    the get attributes operations, then the client will not be able
  1363.    to determine whether it was the only entity to modify the
  1364.    object. Some information will have been lost, thus weakening the
  1365.    weak cache consistency guarantees.
  1366.  
  1367.    post_op_fh3
  1368.  
  1369.       union post_op_fh3 switch (bool handle_follows) {
  1370.       case TRUE:
  1371.            nfs_fh3  handle;
  1372.       case FALSE:
  1373.            void;
  1374.       };
  1375.  
  1376.    One of the principles of this revision of the NFS protocol is to
  1377.    return the real value from the indicated operation and not an
  1378.    error from an incidental operation. The post_op_fh3 structure
  1379.    was designed to allow the server to recover from errors
  1380.    encountered while constructing a file handle.
  1381.  
  1382.    This is the structure used to return a file handle from the
  1383.    CREATE, MKDIR, SYMLINK, MKNOD, and READDIRPLUS requests. In each
  1384.    case, the client can get the file handle by issuing a LOOKUP
  1385.    request after a successful return from one of the listed
  1386.    operations. Returning the file handle is an optimization so that
  1387.    the client is not forced to immediately issue a LOOKUP request
  1388.    to get the file handle.
  1389.  
  1390.    sattr3
  1391.  
  1392.       enum time_how {
  1393.          DONT_CHANGE        = 0,
  1394.          SET_TO_SERVER_TIME = 1,
  1395.          SET_TO_CLIENT_TIME = 2
  1396.       };
  1397.  
  1398.       union set_mode3 switch (bool set_it) {
  1399.  
  1400.  
  1401.  
  1402. Callaghan, el al             Informational                     [Page 25]
  1403.  
  1404. RFC 1813                 NFS Version 3 Protocol                June 1995
  1405.  
  1406.  
  1407.       case TRUE:
  1408.          mode3    mode;
  1409.       default:
  1410.          void;
  1411.       };
  1412.  
  1413.       union set_uid3 switch (bool set_it) {
  1414.       case TRUE:
  1415.          uid3     uid;
  1416.       default:
  1417.          void;
  1418.       };
  1419.  
  1420.       union set_gid3 switch (bool set_it) {
  1421.       case TRUE:
  1422.          gid3     gid;
  1423.       default:
  1424.          void;
  1425.       };
  1426.  
  1427.       union set_size3 switch (bool set_it) {
  1428.       case TRUE:
  1429.          size3    size;
  1430.       default:
  1431.          void;
  1432.       };
  1433.  
  1434.       union set_atime switch (time_how set_it) {
  1435.       case SET_TO_CLIENT_TIME:
  1436.          nfstime3  atime;
  1437.       default:
  1438.          void;
  1439.       };
  1440.  
  1441.       union set_mtime switch (time_how set_it) {
  1442.       case SET_TO_CLIENT_TIME:
  1443.          nfstime3  mtime;
  1444.       default:
  1445.          void;
  1446.       };
  1447.  
  1448.       struct sattr3 {
  1449.          set_mode3   mode;
  1450.          set_uid3    uid;
  1451.          set_gid3    gid;
  1452.          set_size3   size;
  1453.          set_atime   atime;
  1454.          set_mtime   mtime;
  1455.  
  1456.  
  1457.  
  1458. Callaghan, el al             Informational                     [Page 26]
  1459.  
  1460. RFC 1813                 NFS Version 3 Protocol                June 1995
  1461.  
  1462.  
  1463.       };
  1464.  
  1465.    The sattr3 structure contains the file attributes that can be
  1466.    set from the client. The fields are the same as the similarly
  1467.    named fields in the fattr3 structure. In the NFS version 3
  1468.    protocol, the settable attributes are described by a structure
  1469.    containing a set of discriminated unions. Each union indicates
  1470.    whether the corresponding attribute is to be updated, and if so,
  1471.    how.
  1472.  
  1473.    There are two forms of discriminated unions used. In setting the
  1474.    mode, uid, gid, or size, the discriminated union is switched on
  1475.    a boolean, set_it; if it is TRUE, a value of the appropriate
  1476.    type is then encoded.
  1477.  
  1478.    In setting the atime or mtime, the union is switched on an
  1479.    enumeration type, set_it. If set_it has the value DONT_CHANGE,
  1480.    the corresponding attribute is unchanged. If it has the value,
  1481.    SET_TO_SERVER_TIME, the corresponding attribute is set by the
  1482.    server to its local time; no data is provided by the client.
  1483.    Finally, if set_it has the value, SET_TO_CLIENT_TIME, the
  1484.    attribute is set to the time passed by the client in an nfstime3
  1485.    structure. (See FSINFO on page 86, which addresses the issue of
  1486.    time granularity).
  1487.  
  1488.    diropargs3
  1489.  
  1490.       struct diropargs3 {
  1491.          nfs_fh3     dir;
  1492.          filename3   name;
  1493.       };
  1494.  
  1495.    The diropargs3 structure is used in directory operations. The
  1496.    file handle, dir, identifies the directory in which to
  1497.    manipulate or access the file, name. See additional comments in
  1498.    File name component handling on page 101.
  1499.  
  1500. 3. Server Procedures
  1501.  
  1502.    The following sections define the RPC procedures that are
  1503.    supplied by an NFS version 3 protocol server. The RPC
  1504.    procedure number is given at the top of the page with the
  1505.    name. The SYNOPSIS provides the name of the procedure, the
  1506.    list of the names of the arguments, the list of the names of
  1507.    the results, followed by the XDR argument declarations and
  1508.    results declarations. The information in the SYNOPSIS is
  1509.    specified in RPC Data Description Language as defined in
  1510.    [RFC1014]. The DESCRIPTION section tells what the procedure
  1511.  
  1512.  
  1513.  
  1514. Callaghan, el al             Informational                     [Page 27]
  1515.  
  1516. RFC 1813                 NFS Version 3 Protocol                June 1995
  1517.  
  1518.  
  1519.    is expected to do and how its arguments and results are used.
  1520.    The ERRORS section lists the errors returned for specific
  1521.    types of failures. These lists are not intended to be the
  1522.    definitive statement of all of the errors which can be
  1523.    returned by any specific procedure, but as a guide for the
  1524.    more common errors which may be returned.  Client
  1525.    implementations should be prepared to deal with unexpected
  1526.    errors coming from a server. The IMPLEMENTATION field gives
  1527.    information about how the procedure is expected to work and
  1528.    how it should be used by clients.
  1529.  
  1530.       program NFS_PROGRAM {
  1531.          version NFS_V3 {
  1532.  
  1533.             void
  1534.              NFSPROC3_NULL(void)                    = 0;
  1535.  
  1536.             GETATTR3res
  1537.              NFSPROC3_GETATTR(GETATTR3args)         = 1;
  1538.  
  1539.             SETATTR3res
  1540.              NFSPROC3_SETATTR(SETATTR3args)         = 2;
  1541.  
  1542.             LOOKUP3res
  1543.              NFSPROC3_LOOKUP(LOOKUP3args)           = 3;
  1544.  
  1545.             ACCESS3res
  1546.              NFSPROC3_ACCESS(ACCESS3args)           = 4;
  1547.  
  1548.             READLINK3res
  1549.              NFSPROC3_READLINK(READLINK3args)       = 5;
  1550.  
  1551.             READ3res
  1552.              NFSPROC3_READ(READ3args)               = 6;
  1553.  
  1554.             WRITE3res
  1555.              NFSPROC3_WRITE(WRITE3args)             = 7;
  1556.  
  1557.             CREATE3res
  1558.              NFSPROC3_CREATE(CREATE3args)           = 8;
  1559.  
  1560.             MKDIR3res
  1561.              NFSPROC3_MKDIR(MKDIR3args)             = 9;
  1562.  
  1563.             SYMLINK3res
  1564.              NFSPROC3_SYMLINK(SYMLINK3args)         = 10;
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570. Callaghan, el al             Informational                     [Page 28]
  1571.  
  1572. RFC 1813                 NFS Version 3 Protocol                June 1995
  1573.  
  1574.  
  1575.             MKNOD3res
  1576.              NFSPROC3_MKNOD(MKNOD3args)             = 11;
  1577.  
  1578.             REMOVE3res
  1579.              NFSPROC3_REMOVE(REMOVE3args)           = 12;
  1580.  
  1581.             RMDIR3res
  1582.              NFSPROC3_RMDIR(RMDIR3args)             = 13;
  1583.  
  1584.             RENAME3res
  1585.              NFSPROC3_RENAME(RENAME3args)           = 14;
  1586.  
  1587.             LINK3res
  1588.              NFSPROC3_LINK(LINK3args)               = 15;
  1589.  
  1590.             READDIR3res
  1591.              NFSPROC3_READDIR(READDIR3args)         = 16;
  1592.  
  1593.             READDIRPLUS3res
  1594.              NFSPROC3_READDIRPLUS(READDIRPLUS3args) = 17;
  1595.  
  1596.             FSSTAT3res
  1597.              NFSPROC3_FSSTAT(FSSTAT3args)           = 18;
  1598.  
  1599.             FSINFO3res
  1600.              NFSPROC3_FSINFO(FSINFO3args)           = 19;
  1601.  
  1602.             PATHCONF3res
  1603.              NFSPROC3_PATHCONF(PATHCONF3args)       = 20;
  1604.  
  1605.             COMMIT3res
  1606.              NFSPROC3_COMMIT(COMMIT3args)           = 21;
  1607.  
  1608.          } = 3;
  1609.       } = 100003;
  1610.  
  1611.    Out of range (undefined) procedure numbers result in RPC
  1612.    errors.  Refer to [RFC1057] for more detail.
  1613.  
  1614. 3.1 General comments on attributes and consistency data on failure
  1615.  
  1616.    For those procedures that return either post_op_attr or wcc_data
  1617.    structures on failure, the discriminated union may contain the
  1618.    pre-operation attributes of the object or object parent
  1619.    directory.  This depends on the error encountered and may also
  1620.    depend on the particular server implementation. Implementors are
  1621.    strongly encouraged to return as much attribute data as possible
  1622.    upon failure, but client implementors need to be aware that
  1623.  
  1624.  
  1625.  
  1626. Callaghan, el al             Informational                     [Page 29]
  1627.  
  1628. RFC 1813                 NFS Version 3 Protocol                June 1995
  1629.  
  1630.  
  1631.    their implementation must correctly handle the variant return
  1632.    instance where no attributes or consistency data is returned.
  1633.  
  1634. 3.2 General comments on filenames
  1635.  
  1636.    The following comments apply to all NFS version 3 protocol
  1637.    procedures in which the client provides one or more filenames in
  1638.    the arguments: LOOKUP, CREATE, MKDIR, SYMLINK, MKNOD, REMOVE,
  1639.    RMDIR, RENAME, and LINK.
  1640.  
  1641.    1. The filename must not be null nor may it be the null
  1642.       string.  The server should return the error, NFS3ERR_ACCES, if
  1643.       it receives such a filename. On some clients, the filename, ``''
  1644.       or a null string, is assumed to be an alias for the current
  1645.       directory. Clients which require this functionality should
  1646.       implement it for themselves and not depend upon the server to
  1647.       support such semantics.
  1648.  
  1649.    2. A filename having the value of "." is assumed to be an
  1650.       alias for the current directory. Clients which require this
  1651.       functionality should implement it for themselves and not depend
  1652.       upon the server to support such semantics. However, the server
  1653.       should be able to handle such a filename correctly.
  1654.  
  1655.    3. A filename having the value of ".." is assumed to be an
  1656.       alias for the parent of the current directory, i.e. the
  1657.       directory which contains the current directory. The server
  1658.       should be prepared to handle this semantic, if it supports
  1659.       directories, even if those directories do not contain UNIX-style
  1660.       "." or ".." entries.
  1661.  
  1662.    4. If the filename is longer than the maximum for the file
  1663.       system (see PATHCONF on page 90, specifically name_max), the
  1664.       result depends on the value of the PATHCONF flag, no_trunc. If
  1665.       no_trunc is FALSE, the filename will be silently truncated to
  1666.       name_max bytes. If no_trunc is TRUE and the filename exceeds the
  1667.       server's file system maximum filename length, the operation will
  1668.       fail with the error, NFS3ERR_NAMETOOLONG.
  1669.  
  1670.    5. In general, there will be characters that a server will
  1671.       not be able to handle as part of a filename. This set of
  1672.       characters will vary from server to server and from
  1673.       implementation to implementation.  In most cases, it is the
  1674.       server which will control the client's view of the file system.
  1675.       If the server receives a filename containing characters that it
  1676.       can not handle, the error, NFS3ERR_EACCES, should be returned.
  1677.       Client implementations should be prepared to handle this side
  1678.       affect of heterogeneity.
  1679.  
  1680.  
  1681.  
  1682. Callaghan, el al             Informational                     [Page 30]
  1683.  
  1684. RFC 1813                 NFS Version 3 Protocol                June 1995
  1685.  
  1686.  
  1687.    See also comments in File name component handling on page 101.
  1688.  
  1689. 3.3.0 Procedure 0: NULL - Do nothing
  1690.  
  1691.    SYNOPSIS
  1692.  
  1693.       void NFSPROC3_NULL(void) = 0;
  1694.  
  1695.    DESCRIPTION
  1696.  
  1697.       Procedure NULL does not do any work. It is made available to
  1698.       allow server response testing and timing.
  1699.  
  1700.    IMPLEMENTATION
  1701.  
  1702.       It is important that this procedure do no work at all so
  1703.       that it can be used to measure the overhead of processing
  1704.       a service request. By convention, the NULL procedure
  1705.       should never require any authentication. A server may
  1706.       choose to ignore this convention, in a more secure
  1707.       implementation, where responding to the NULL procedure
  1708.       call acknowledges the existence of a resource to an
  1709.       unauthenticated client.
  1710.  
  1711.    ERRORS
  1712.  
  1713.       Since the NULL procedure takes no NFS version 3 protocol
  1714.       arguments and returns no NFS version 3 protocol response,
  1715.       it can not return an NFS version 3 protocol error.
  1716.       However, it is possible that some server implementations
  1717.       may return RPC errors based on security and authentication
  1718.       requirements.
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738. Callaghan, el al             Informational                     [Page 31]
  1739.  
  1740. RFC 1813                 NFS Version 3 Protocol                June 1995
  1741.  
  1742.  
  1743. 3.3.1 Procedure 1: GETATTR - Get file attributes
  1744.  
  1745.    SYNOPSIS
  1746.  
  1747.       GETATTR3res NFSPROC3_GETATTR(GETATTR3args) = 1;
  1748.  
  1749.       struct GETATTR3args {
  1750.          nfs_fh3  object;
  1751.       };
  1752.  
  1753.       struct GETATTR3resok {
  1754.          fattr3   obj_attributes;
  1755.       };
  1756.  
  1757.       union GETATTR3res switch (nfsstat3 status) {
  1758.       case NFS3_OK:
  1759.          GETATTR3resok  resok;
  1760.       default:
  1761.          void;
  1762.       };
  1763.  
  1764.    DESCRIPTION
  1765.  
  1766.       Procedure GETATTR retrieves the attributes for a specified
  1767.       file system object. The object is identified by the file
  1768.       handle that the server returned as part of the response
  1769.       from a LOOKUP, CREATE, MKDIR, SYMLINK, MKNOD, or
  1770.       READDIRPLUS procedure (or from the MOUNT service,
  1771.       described elsewhere). On entry, the arguments in
  1772.       GETATTR3args are:
  1773.  
  1774.       object
  1775.          The file handle of an object whose attributes are to be
  1776.          retrieved.
  1777.  
  1778.       On successful return, GETATTR3res.status is NFS3_OK and
  1779.       GETATTR3res.resok contains:
  1780.  
  1781.       obj_attributes
  1782.          The attributes for the object.
  1783.  
  1784.       Otherwise, GETATTR3res.status contains the error on failure and
  1785.       no other results are returned.
  1786.  
  1787.    IMPLEMENTATION
  1788.  
  1789.       The attributes of file system objects is a point of major
  1790.       disagreement between different operating systems. Servers
  1791.  
  1792.  
  1793.  
  1794. Callaghan, el al             Informational                     [Page 32]
  1795.  
  1796. RFC 1813                 NFS Version 3 Protocol                June 1995
  1797.  
  1798.  
  1799.       should make a best attempt to support all of the
  1800.       attributes in the fattr3 structure so that clients can
  1801.       count on this as a common ground. Some mapping may be
  1802.       required to map local attributes to those in the fattr3
  1803.       structure.
  1804.  
  1805.       Today, most client NFS version 3 protocol implementations
  1806.       implement a time-bounded attribute caching scheme to
  1807.       reduce over-the-wire attribute checks.
  1808.  
  1809.    ERRORS
  1810.  
  1811.       NFS3ERR_IO
  1812.       NFS3ERR_STALE
  1813.       NFS3ERR_BADHANDLE
  1814.       NFS3ERR_SERVERFAULT
  1815.  
  1816.    SEE ALSO
  1817.  
  1818.       ACCESS.
  1819.  
  1820. 3.3.2 Procedure 2: SETATTR - Set file attributes
  1821.  
  1822.    SYNOPSIS
  1823.  
  1824.       SETATTR3res NFSPROC3_SETATTR(SETATTR3args) = 2;
  1825.  
  1826.       union sattrguard3 switch (bool check) {
  1827.       case TRUE:
  1828.          nfstime3  obj_ctime;
  1829.       case FALSE:
  1830.          void;
  1831.       };
  1832.  
  1833.       struct SETATTR3args {
  1834.          nfs_fh3      object;
  1835.          sattr3       new_attributes;
  1836.          sattrguard3  guard;
  1837.       };
  1838.  
  1839.       struct SETATTR3resok {
  1840.          wcc_data  obj_wcc;
  1841.       };
  1842.  
  1843.       struct SETATTR3resfail {
  1844.          wcc_data  obj_wcc;
  1845.       };
  1846.  
  1847.  
  1848.  
  1849.  
  1850. Callaghan, el al             Informational                     [Page 33]
  1851.  
  1852. RFC 1813                 NFS Version 3 Protocol                June 1995
  1853.  
  1854.  
  1855.       union SETATTR3res switch (nfsstat3 status) {
  1856.       case NFS3_OK:
  1857.          SETATTR3resok   resok;
  1858.       default:
  1859.          SETATTR3resfail resfail;
  1860.       };
  1861.  
  1862.    DESCRIPTION
  1863.  
  1864.       Procedure SETATTR changes one or more of the attributes of
  1865.       a file system object on the server. The new attributes are
  1866.       specified by a sattr3 structure. On entry, the arguments
  1867.       in SETATTR3args are:
  1868.  
  1869.       object
  1870.          The file handle for the object.
  1871.  
  1872.       new_attributes
  1873.          A sattr3 structure containing booleans and
  1874.          enumerations describing the attributes to be set and the new
  1875.          values for those attributes.
  1876.  
  1877.       guard
  1878.          A sattrguard3 union:
  1879.  
  1880.          check
  1881.             TRUE if the server is to verify that guard.obj_ctime
  1882.             matches the ctime for the object; FALSE otherwise.
  1883.  
  1884.       A client may request that the server check that the object
  1885.       is in an expected state before performing the SETATTR
  1886.       operation. To do this, it sets the argument guard.check to
  1887.       TRUE and the client passes a time value in guard.obj_ctime.
  1888.       If guard.check is TRUE, the server must compare the value of
  1889.       guard.obj_ctime to the current ctime of the object. If the
  1890.       values are different, the server must preserve the object
  1891.       attributes and must return a status of NFS3ERR_NOT_SYNC.
  1892.       If guard.check is FALSE, the server will not perform this
  1893.       check.
  1894.  
  1895.       On successful return, SETATTR3res.status is NFS3_OK and
  1896.       SETATTR3res.resok contains:
  1897.  
  1898.          obj_wcc
  1899.             A wcc_data structure containing the old and new
  1900.             attributes for the object.
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906. Callaghan, el al             Informational                     [Page 34]
  1907.  
  1908. RFC 1813                 NFS Version 3 Protocol                June 1995
  1909.  
  1910.  
  1911.       Otherwise, SETATTR3res.status contains the error on
  1912.       failure and SETATTR3res.resfail contains the following:
  1913.  
  1914.          obj_wcc
  1915.             A wcc_data structure containing the old and new
  1916.             attributes for the object.
  1917.  
  1918.    IMPLEMENTATION
  1919.  
  1920.       The guard.check mechanism allows the client to avoid
  1921.       changing the attributes of an object on the basis of stale
  1922.       attributes. It does not guarantee exactly-once semantics.
  1923.       In particular, if a reply is lost and the server does not
  1924.       detect the retransmission of the request, the procedure
  1925.       can fail with the error, NFS3ERR_NOT_SYNC, even though the
  1926.       attribute setting was previously performed successfully.
  1927.       The client can attempt to recover from this error by
  1928.       getting fresh attributes from the server and sending a new
  1929.       SETATTR request using the new ctime.  The client can
  1930.       optionally check the attributes to avoid the second
  1931.       SETATTR request if the new attributes show that the
  1932.       attributes have already been set as desired (though it may
  1933.       not have been the issuing client that set the
  1934.       attributes).
  1935.  
  1936.       The new_attributes.size field is used to request changes
  1937.       to the size of a file. A value of 0 causes the file to be
  1938.       truncated, a value less than the current size of the file
  1939.       causes data from new size to the end of the file to be
  1940.       discarded, and a size greater than the current size of the
  1941.       file causes logically zeroed data bytes to be added to the
  1942.       end of the file.  Servers are free to implement this using
  1943.       holes or actual zero data bytes. Clients should not make
  1944.       any assumptions regarding a server's implementation of
  1945.       this feature, beyond that the bytes returned will be
  1946.       zeroed. Servers must support extending the file size via
  1947.       SETATTR.
  1948.  
  1949.       SETATTR is not guaranteed atomic. A failed SETATTR may
  1950.       partially change a file's attributes.
  1951.  
  1952.       Changing the size of a file with SETATTR indirectly
  1953.       changes the mtime. A client must account for this as size
  1954.       changes can result in data deletion.
  1955.  
  1956.       If server and client times differ, programs that compare
  1957.       client time to file times can break. A time maintenance
  1958.       protocol should be used to limit client/server time skew.
  1959.  
  1960.  
  1961.  
  1962. Callaghan, el al             Informational                     [Page 35]
  1963.  
  1964. RFC 1813                 NFS Version 3 Protocol                June 1995
  1965.  
  1966.  
  1967.       In a heterogeneous environment, it is quite possible that
  1968.       the server will not be able to support the full range of
  1969.       SETATTR requests. The error, NFS3ERR_INVAL, may be
  1970.       returned if the server can not store a uid or gid in its
  1971.       own representation of uids or gids, respectively.  If the
  1972.       server can only support 32 bit offsets and sizes, a
  1973.       SETATTR request to set the size of a file to larger than
  1974.       can be represented in 32 bits will be rejected with this
  1975.       same error.
  1976.  
  1977.    ERRORS
  1978.  
  1979.       NFS3ERR_PERM
  1980.       NFS3ERR_IO
  1981.       NFS3ERR_ACCES
  1982.       NFS3ERR_INVAL
  1983.       NFS3ERR_NOSPC
  1984.       NFS3ERR_ROFS
  1985.       NFS3ERR_DQUOT
  1986.       NFS3ERR_NOT_SYNC
  1987.       NFS3ERR_STALE
  1988.       NFS3ERR_BADHANDLE
  1989.       NFS3ERR_SERVERFAULT
  1990.  
  1991.    SEE ALSO
  1992.  
  1993.       CREATE, MKDIR, SYMLINK, and MKNOD.
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018. Callaghan, el al             Informational                     [Page 36]
  2019.  
  2020. RFC 1813                 NFS Version 3 Protocol                June 1995
  2021.  
  2022.  
  2023. 3.3.3 Procedure 3: LOOKUP -  Lookup filename
  2024.  
  2025.    SYNOPSIS
  2026.  
  2027.       LOOKUP3res NFSPROC3_LOOKUP(LOOKUP3args) = 3;
  2028.  
  2029.       struct LOOKUP3args {
  2030.            diropargs3  what;
  2031.       };
  2032.  
  2033.       struct LOOKUP3resok {
  2034.            nfs_fh3      object;
  2035.            post_op_attr obj_attributes;
  2036.            post_op_attr dir_attributes;
  2037.       };
  2038.  
  2039.       struct LOOKUP3resfail {
  2040.            post_op_attr dir_attributes;
  2041.       };
  2042.  
  2043.       union LOOKUP3res switch (nfsstat3 status) {
  2044.       case NFS3_OK:
  2045.            LOOKUP3resok    resok;
  2046.       default:
  2047.            LOOKUP3resfail  resfail;
  2048.       };
  2049.  
  2050.    DESCRIPTION
  2051.  
  2052.       Procedure LOOKUP searches a directory for a specific name
  2053.       and returns the file handle for the corresponding file
  2054.       system object. On entry, the arguments in LOOKUP3args
  2055.       are:
  2056.  
  2057.       what
  2058.          Object to look up:
  2059.  
  2060.          dir
  2061.             The file handle for the directory to search.
  2062.  
  2063.          name
  2064.             The filename to be searched for. Refer to General
  2065.             comments on filenames on page 30.
  2066.  
  2067.       On successful return, LOOKUP3res.status is NFS3_OK and
  2068.       LOOKUP3res.resok contains:
  2069.  
  2070.  
  2071.  
  2072.  
  2073.  
  2074. Callaghan, el al             Informational                     [Page 37]
  2075.  
  2076. RFC 1813                 NFS Version 3 Protocol                June 1995
  2077.  
  2078.  
  2079.       object
  2080.          The file handle of the object corresponding to
  2081.          what.name.
  2082.  
  2083.       obj_attributes
  2084.          The attributes of the object corresponding to
  2085.          what.name.
  2086.  
  2087.       dir_attributes
  2088.          The post-operation attributes of the directory,
  2089.          what.dir.
  2090.  
  2091.       Otherwise, LOOKUP3res.status contains the error on failure and
  2092.       LOOKUP3res.resfail contains the following:
  2093.  
  2094.       dir_attributes
  2095.          The post-operation attributes for the directory,
  2096.          what.dir.
  2097.  
  2098.    IMPLEMENTATION
  2099.  
  2100.       At first glance, in the case where what.name refers to a
  2101.       mount point on the server, two different replies seem
  2102.       possible. The server can return either the file handle for
  2103.       the underlying directory that is mounted on or the file
  2104.       handle of the root of the mounted directory.  This
  2105.       ambiguity is simply resolved. A server will not allow a
  2106.       LOOKUP operation to cross a mountpoint to the root of a
  2107.       different filesystem, even if the filesystem is exported.
  2108.       This does not prevent a client from accessing a hierarchy
  2109.       of filesystems exported by a server, but the client must
  2110.       mount each of the filesystems individually so that the
  2111.       mountpoint crossing takes place on the client.  A given
  2112.       server implementation may refine these rules given
  2113.       capabilities or limitations particular to that
  2114.       implementation. Refer to [X/OpenNFS] for a discussion on
  2115.       exporting file systems.
  2116.  
  2117.       Two filenames are distinguished, as in the NFS version 2
  2118.       protocol.  The name, ".", is an alias for the current
  2119.       directory and the name, "..", is an alias for the parent
  2120.       directory; that is, the directory that includes the
  2121.       specified directory as a member. There is no facility for
  2122.       dealing with a multiparented directory and the NFS
  2123.       protocol assumes a hierarchical organization, organized as
  2124.       a single-rooted tree.
  2125.  
  2126.  
  2127.  
  2128.  
  2129.  
  2130. Callaghan, el al             Informational                     [Page 38]
  2131.  
  2132. RFC 1813                 NFS Version 3 Protocol                June 1995
  2133.  
  2134.  
  2135.       Note that this procedure does not follow symbolic links.
  2136.       The client is responsible for all parsing of filenames
  2137.       including filenames that are modified by symbolic links
  2138.       encountered during the lookup process.
  2139.  
  2140.    ERRORS
  2141.  
  2142.       NFS3ERR_IO
  2143.       NFS3ERR_NOENT
  2144.       NFS3ERR_ACCES
  2145.       NFS3ERR_NOTDIR
  2146.       NFS3ERR_NAMETOOLONG
  2147.       NFS3ERR_STALE
  2148.       NFS3ERR_BADHANDLE
  2149.       NFS3ERR_SERVERFAULT
  2150.  
  2151.    SEE ALSO
  2152.  
  2153.       CREATE, MKDIR, SYMLINK, MKNOD, READDIRPLUS, and PATHCONF.
  2154.  
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186. Callaghan, el al             Informational                     [Page 39]
  2187.  
  2188. RFC 1813                 NFS Version 3 Protocol                June 1995
  2189.  
  2190.  
  2191. 3.3.4 Procedure 4: ACCESS - Check Access Permission
  2192.  
  2193.    SYNOPSIS
  2194.  
  2195.       ACCESS3res NFSPROC3_ACCESS(ACCESS3args) = 4;
  2196.  
  2197.       const ACCESS3_READ    = 0x0001;
  2198.       const ACCESS3_LOOKUP  = 0x0002;
  2199.       const ACCESS3_MODIFY  = 0x0004;
  2200.       const ACCESS3_EXTEND  = 0x0008;
  2201.       const ACCESS3_DELETE  = 0x0010;
  2202.       const ACCESS3_EXECUTE = 0x0020;
  2203.  
  2204.       struct ACCESS3args {
  2205.            nfs_fh3  object;
  2206.            uint32   access;
  2207.       };
  2208.  
  2209.       struct ACCESS3resok {
  2210.            post_op_attr   obj_attributes;
  2211.            uint32         access;
  2212.       };
  2213.  
  2214.       struct ACCESS3resfail {
  2215.            post_op_attr   obj_attributes;
  2216.       };
  2217.  
  2218.       union ACCESS3res switch (nfsstat3 status) {
  2219.       case NFS3_OK:
  2220.            ACCESS3resok   resok;
  2221.       default:
  2222.            ACCESS3resfail resfail;
  2223.       };
  2224.  
  2225.    DESCRIPTION
  2226.  
  2227.       Procedure ACCESS determines the access rights that a user,
  2228.       as identified by the credentials in the request, has with
  2229.       respect to a file system object. The client encodes the
  2230.       set of permissions that are to be checked in a bit mask.
  2231.       The server checks the permissions encoded in the bit mask.
  2232.       A status of NFS3_OK is returned along with a bit mask
  2233.       encoded with the permissions that the client is allowed.
  2234.  
  2235.       The results of this procedure are necessarily advisory in
  2236.       nature.  That is, a return status of NFS3_OK and the
  2237.       appropriate bit set in the bit mask does not imply that
  2238.       such access will be allowed to the file system object in
  2239.  
  2240.  
  2241.  
  2242. Callaghan, el al             Informational                     [Page 40]
  2243.  
  2244. RFC 1813                 NFS Version 3 Protocol                June 1995
  2245.  
  2246.  
  2247.       the future, as access rights can be revoked by the server
  2248.       at any time.
  2249.  
  2250.       On entry, the arguments in ACCESS3args are:
  2251.  
  2252.       object
  2253.          The file handle for the file system object to which
  2254.          access is to be checked.
  2255.  
  2256.       access
  2257.          A bit mask of access permissions to check.
  2258.  
  2259.       The following access permissions may be requested:
  2260.  
  2261.          ACCESS3_READ
  2262.             Read data from file or read a directory.
  2263.  
  2264.          ACCESS3_LOOKUP
  2265.             Look up a name in a directory (no meaning for
  2266.             non-directory objects).
  2267.  
  2268.          ACCESS3_MODIFY
  2269.             Rewrite existing file data or modify existing
  2270.             directory entries.
  2271.  
  2272.          ACCESS3_EXTEND
  2273.             Write new data or add directory entries.
  2274.  
  2275.          ACCESS3_DELETE
  2276.             Delete an existing directory entry.
  2277.  
  2278.          ACCESS3_EXECUTE
  2279.             Execute file (no meaning for a directory).
  2280.  
  2281.       On successful return, ACCESS3res.status is NFS3_OK. The
  2282.       server should return a status of NFS3_OK if no errors
  2283.       occurred that prevented the server from making the
  2284.       required access checks. The results in ACCESS3res.resok
  2285.       are:
  2286.  
  2287.       obj_attributes
  2288.          The post-operation attributes of object.
  2289.  
  2290.       access
  2291.          A bit mask of access permissions indicating access
  2292.          rights for the authentication credentials provided with
  2293.          the request.
  2294.  
  2295.  
  2296.  
  2297.  
  2298. Callaghan, el al             Informational                     [Page 41]
  2299.  
  2300. RFC 1813                 NFS Version 3 Protocol                June 1995
  2301.  
  2302.  
  2303.       Otherwise, ACCESS3res.status contains the error on failure
  2304.       and ACCESS3res.resfail contains the following:
  2305.  
  2306.       obj_attributes
  2307.          The attributes of object - if access to attributes is
  2308.          permitted.
  2309.  
  2310.    IMPLEMENTATION
  2311.  
  2312.       In general, it is not sufficient for the client to attempt
  2313.       to deduce access permissions by inspecting the uid, gid,
  2314.       and mode fields in the file attributes, since the server
  2315.       may perform uid or gid mapping or enforce additional
  2316.       access control restrictions. It is also possible that the
  2317.       NFS version 3 protocol server may not be in the same ID
  2318.       space as the NFS version 3 protocol client. In these cases
  2319.       (and perhaps others), the NFS version 3 protocol client
  2320.       can not reliably perform an access check with only current
  2321.       file attributes.
  2322.  
  2323.       In the NFS version 2 protocol, the only reliable way to
  2324.       determine whether an operation was allowed was to try it
  2325.       and see if it succeeded or failed. Using the ACCESS
  2326.       procedure in the NFS version 3 protocol, the client can
  2327.       ask the server to indicate whether or not one or more
  2328.       classes of operations are permitted.  The ACCESS operation
  2329.       is provided to allow clients to check before doing a
  2330.       series of operations. This is useful in operating systems
  2331.       (such as UNIX) where permission checking is done only when
  2332.       a file or directory is opened. This procedure is also
  2333.       invoked by NFS client access procedure (called possibly
  2334.       through access(2)). The intent is to make the behavior of
  2335.       opening a remote file more consistent with the behavior of
  2336.       opening a local file.
  2337.  
  2338.       The information returned by the server in response to an
  2339.       ACCESS call is not permanent. It was correct at the exact
  2340.       time that the server performed the checks, but not
  2341.       necessarily afterwards. The server can revoke access
  2342.       permission at any time.
  2343.  
  2344.       The NFS version 3 protocol client should use the effective
  2345.       credentials of the user to build the authentication
  2346.       information in the ACCESS request used to determine access
  2347.       rights. It is the effective user and group credentials
  2348.       that are used in subsequent read and write operations. See
  2349.       the comments in Permission issues on page 98 for more
  2350.       information on this topic.
  2351.  
  2352.  
  2353.  
  2354. Callaghan, el al             Informational                     [Page 42]
  2355.  
  2356. RFC 1813                 NFS Version 3 Protocol                June 1995
  2357.  
  2358.  
  2359.       Many implementations do not directly support the
  2360.       ACCESS3_DELETE permission. Operating systems like UNIX
  2361.       will ignore the ACCESS3_DELETE bit if set on an access
  2362.       request on a non-directory object. In these systems,
  2363.       delete permission on a file is determined by the access
  2364.       permissions on the directory in which the file resides,
  2365.       instead of being determined by the permissions of the file
  2366.       itself.  Thus, the bit mask returned for such a request
  2367.       will have the ACCESS3_DELETE bit set to 0, indicating that
  2368.       the client does not have this permission.
  2369.  
  2370.    ERRORS
  2371.  
  2372.       NFS3ERR_IO
  2373.       NFS3ERR_STALE
  2374.       NFS3ERR_BADHANDLE
  2375.       NFS3ERR_SERVERFAULT
  2376.  
  2377.    SEE ALSO
  2378.  
  2379.       GETATTR.
  2380.  
  2381.  
  2382.  
  2383.  
  2384.  
  2385.  
  2386.  
  2387.  
  2388.  
  2389.  
  2390.  
  2391.  
  2392.  
  2393.  
  2394.  
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403.  
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410. Callaghan, el al             Informational                     [Page 43]
  2411.  
  2412. RFC 1813                 NFS Version 3 Protocol                June 1995
  2413.  
  2414.  
  2415. 3.3.5 Procedure 5: READLINK - Read from symbolic link
  2416.  
  2417.    SYNOPSIS
  2418.  
  2419.       READLINK3res NFSPROC3_READLINK(READLINK3args) = 5;
  2420.  
  2421.       struct READLINK3args {
  2422.            nfs_fh3  symlink;
  2423.       };
  2424.  
  2425.       struct READLINK3resok {
  2426.            post_op_attr   symlink_attributes;
  2427.            nfspath3       data;
  2428.       };
  2429.  
  2430.       struct READLINK3resfail {
  2431.            post_op_attr   symlink_attributes;
  2432.       };
  2433.  
  2434.       union READLINK3res switch (nfsstat3 status) {
  2435.       case NFS3_OK:
  2436.            READLINK3resok   resok;
  2437.       default:
  2438.            READLINK3resfail resfail;
  2439.       };
  2440.  
  2441.    DESCRIPTION
  2442.  
  2443.       Procedure READLINK reads the data associated with a
  2444.       symbolic link.  The data is an ASCII string that is opaque
  2445.       to the server.  That is, whether created by the NFS
  2446.       version 3 protocol software from a client or created
  2447.       locally on the server, the data in a symbolic link is not
  2448.       interpreted when created, but is simply stored. On entry,
  2449.       the arguments in READLINK3args are:
  2450.  
  2451.       symlink
  2452.          The file handle for a symbolic link (file system object
  2453.          of type NF3LNK).
  2454.  
  2455.       On successful return, READLINK3res.status is NFS3_OK and
  2456.       READLINK3res.resok contains:
  2457.  
  2458.       data
  2459.          The data associated with the symbolic link.
  2460.  
  2461.       symlink_attributes
  2462.          The post-operation attributes for the symbolic link.
  2463.  
  2464.  
  2465.  
  2466. Callaghan, el al             Informational                     [Page 44]
  2467.  
  2468. RFC 1813                 NFS Version 3 Protocol                June 1995
  2469.  
  2470.  
  2471.       Otherwise, READLINK3res.status contains the error on
  2472.       failure and READLINK3res.resfail contains the following:
  2473.  
  2474.       symlink_attributes
  2475.          The post-operation attributes for the symbolic link.
  2476.  
  2477.    IMPLEMENTATION
  2478.  
  2479.       A symbolic link is nominally a pointer to another file.
  2480.       The data is not necessarily interpreted by the server,
  2481.       just stored in the file.  It is possible for a client
  2482.       implementation to store a path name that is not meaningful
  2483.       to the server operating system in a symbolic link.  A
  2484.       READLINK operation returns the data to the client for
  2485.       interpretation. If different implementations want to share
  2486.       access to symbolic links, then they must agree on the
  2487.       interpretation of the data in the symbolic link.
  2488.  
  2489.       The READLINK operation is only allowed on objects of type,
  2490.       NF3LNK.  The server should return the error,
  2491.       NFS3ERR_INVAL, if the object is not of type, NF3LNK.
  2492.       (Note: The X/Open XNFS Specification for the NFS version 2
  2493.       protocol defined the error status in this case as
  2494.       NFSERR_NXIO. This is inconsistent with existing server
  2495.       practice.)
  2496.  
  2497.    ERRORS
  2498.  
  2499.       NFS3ERR_IO
  2500.       NFS3ERR_INVAL
  2501.       NFS3ERR_ACCES
  2502.       NFS3ERR_STALE
  2503.       NFS3ERR_BADHANDLE
  2504.       NFS3ERR_NOTSUPP
  2505.       NFS3ERR_SERVERFAULT
  2506.  
  2507.    SEE ALSO
  2508.  
  2509.       READLINK, SYMLINK.
  2510.  
  2511.  
  2512.  
  2513.  
  2514.  
  2515.  
  2516.  
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522. Callaghan, el al             Informational                     [Page 45]
  2523.  
  2524. RFC 1813                 NFS Version 3 Protocol                June 1995
  2525.  
  2526.  
  2527. 3.3.6 Procedure 6: READ - Read From file
  2528.  
  2529.    SYNOPSIS
  2530.  
  2531.       READ3res NFSPROC3_READ(READ3args) = 6;
  2532.  
  2533.       struct READ3args {
  2534.            nfs_fh3  file;
  2535.            offset3  offset;
  2536.            count3   count;
  2537.       };
  2538.  
  2539.       struct READ3resok {
  2540.            post_op_attr   file_attributes;
  2541.            count3         count;
  2542.            bool           eof;
  2543.            opaque         data<>;
  2544.       };
  2545.  
  2546.       struct READ3resfail {
  2547.            post_op_attr   file_attributes;
  2548.       };
  2549.  
  2550.       union READ3res switch (nfsstat3 status) {
  2551.       case NFS3_OK:
  2552.            READ3resok   resok;
  2553.       default:
  2554.            READ3resfail resfail;
  2555.       };
  2556.  
  2557.    DESCRIPTION
  2558.  
  2559.       Procedure READ reads data from a file.  On entry, the
  2560.       arguments in READ3args are:
  2561.  
  2562.       file
  2563.          The file handle of the file from which data is to be
  2564.          read.  This must identify a file system object of type,
  2565.          NF3REG.
  2566.  
  2567.       offset
  2568.          The position within the file at which the read is to
  2569.          begin.  An offset of 0 means to read data starting at
  2570.          the beginning of the file. If offset is greater than or
  2571.          equal to the size of the file, the status, NFS3_OK, is
  2572.          returned with count set to 0 and eof set to TRUE,
  2573.          subject to access permissions checking.
  2574.  
  2575.  
  2576.  
  2577.  
  2578. Callaghan, el al             Informational                     [Page 46]
  2579.  
  2580. RFC 1813                 NFS Version 3 Protocol                June 1995
  2581.  
  2582.  
  2583.       count
  2584.          The number of bytes of data that are to be read. If
  2585.          count is 0, the READ will succeed and return 0 bytes of
  2586.          data, subject to access permissions checking. count
  2587.          must be less than or equal to the value of the rtmax
  2588.          field in the FSINFO reply structure for the file system
  2589.          that contains file. If greater, the server may return
  2590.          only rtmax bytes, resulting in a short read.
  2591.  
  2592.       On successful return, READ3res.status is NFS3_OK and
  2593.       READ3res.resok contains:
  2594.  
  2595.       file_attributes
  2596.          The attributes of the file on completion of the read.
  2597.  
  2598.       count
  2599.          The number of bytes of data returned by the read.
  2600.  
  2601.       eof
  2602.          If the read ended at the end-of-file (formally, in a
  2603.          correctly formed READ request, if READ3args.offset plus
  2604.          READ3resok.count is equal to the size of the file), eof
  2605.          is returned as TRUE; otherwise it is FALSE. A
  2606.          successful READ of an empty file will always return eof
  2607.          as TRUE.
  2608.  
  2609.       data
  2610.          The counted data read from the file.
  2611.  
  2612.       Otherwise, READ3res.status contains the error on failure
  2613.       and READ3res.resfail contains the following:
  2614.  
  2615.       file_attributes
  2616.          The post-operation attributes of the file.
  2617.  
  2618.    IMPLEMENTATION
  2619.  
  2620.       The nfsdata type used for the READ and WRITE operations in
  2621.       the NFS version 2 protocol defining the data portion of a
  2622.       request or reply has been changed to a variable-length
  2623.       opaque byte array.  The maximum size allowed by the
  2624.       protocol is now limited by what XDR and underlying
  2625.       transports will allow. There are no artificial limits
  2626.       imposed by the NFS version 3 protocol. Consult the FSINFO
  2627.       procedure description for details.
  2628.  
  2629.  
  2630.  
  2631.  
  2632.  
  2633.  
  2634. Callaghan, el al             Informational                     [Page 47]
  2635.  
  2636. RFC 1813                 NFS Version 3 Protocol                June 1995
  2637.  
  2638.  
  2639.       It is possible for the server to return fewer than count
  2640.       bytes of data. If the server returns less than the count
  2641.       requested and eof set to FALSE, the client should issue
  2642.       another READ to get the remaining data. A server may
  2643.       return less data than requested under several
  2644.       circumstances. The file may have been truncated by another
  2645.       client or perhaps on the server itself, changing the file
  2646.       size from what the requesting client believes to be the
  2647.       case. This would reduce the actual amount of data
  2648.       available to the client. It is possible that the server
  2649.       may back off the transfer size and reduce the read request
  2650.       return. Server resource exhaustion may also occur
  2651.       necessitating a smaller read return.
  2652.  
  2653.       Some NFS version 2 protocol client implementations chose
  2654.       to interpret a short read response as indicating EOF. The
  2655.       addition of the eof flag in the NFS version 3 protocol
  2656.       provides a correct way of handling EOF.
  2657.  
  2658.       Some NFS version 2 protocol server implementations
  2659.       incorrectly returned NFSERR_ISDIR if the file system
  2660.       object type was not a regular file. The correct return
  2661.       value for the NFS version 3 protocol is NFS3ERR_INVAL.
  2662.  
  2663.    ERRORS
  2664.  
  2665.       NFS3ERR_IO
  2666.       NFS3ERR_NXIO
  2667.       NFS3ERR_ACCES
  2668.       NFS3ERR_INVAL
  2669.       NFS3ERR_STALE
  2670.       NFS3ERR_BADHANDLE
  2671.       NFS3ERR_SERVERFAULT
  2672.  
  2673.    SEE ALSO
  2674.  
  2675.       READLINK.
  2676.  
  2677.  
  2678.  
  2679.  
  2680.  
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690. Callaghan, el al             Informational                     [Page 48]
  2691.  
  2692. RFC 1813                 NFS Version 3 Protocol                June 1995
  2693.  
  2694.  
  2695. 3.3.7 Procedure 7: WRITE - Write to file
  2696.  
  2697.    SYNOPSIS
  2698.  
  2699.       WRITE3res NFSPROC3_WRITE(WRITE3args) = 7;
  2700.  
  2701.       enum stable_how {
  2702.            UNSTABLE  = 0,
  2703.            DATA_SYNC = 1,
  2704.            FILE_SYNC = 2
  2705.       };
  2706.  
  2707.       struct WRITE3args {
  2708.            nfs_fh3     file;
  2709.            offset3     offset;
  2710.            count3      count;
  2711.            stable_how  stable;
  2712.            opaque      data<>;
  2713.       };
  2714.  
  2715.       struct WRITE3resok {
  2716.            wcc_data    file_wcc;
  2717.            count3      count;
  2718.            stable_how  committed;
  2719.            writeverf3  verf;
  2720.       };
  2721.  
  2722.       struct WRITE3resfail {
  2723.            wcc_data    file_wcc;
  2724.       };
  2725.  
  2726.       union WRITE3res switch (nfsstat3 status) {
  2727.       case NFS3_OK:
  2728.            WRITE3resok    resok;
  2729.       default:
  2730.            WRITE3resfail  resfail;
  2731.       };
  2732.  
  2733.    DESCRIPTION
  2734.  
  2735.       Procedure WRITE writes data to a file. On entry, the
  2736.       arguments in WRITE3args are:
  2737.  
  2738.       file
  2739.          The file handle for the file to which data is to be
  2740.          written.  This must identify a file system object of
  2741.          type, NF3REG.
  2742.  
  2743.  
  2744.  
  2745.  
  2746. Callaghan, el al             Informational                     [Page 49]
  2747.  
  2748. RFC 1813                 NFS Version 3 Protocol                June 1995
  2749.  
  2750.  
  2751.       offset
  2752.          The position within the file at which the write is to
  2753.          begin.  An offset of 0 means to write data starting at
  2754.          the beginning of the file.
  2755.  
  2756.       count
  2757.          The number of bytes of data to be written. If count is
  2758.          0, the WRITE will succeed and return a count of 0,
  2759.          barring errors due to permissions checking. The size of
  2760.          data must be less than or equal to the value of the
  2761.          wtmax field in the FSINFO reply structure for the file
  2762.          system that contains file. If greater, the server may
  2763.          write only wtmax bytes, resulting in a short write.
  2764.  
  2765.       stable
  2766.          If stable is FILE_SYNC, the server must commit the data
  2767.          written plus all file system metadata to stable storage
  2768.          before returning results. This corresponds to the NFS
  2769.          version 2 protocol semantics. Any other behavior
  2770.          constitutes a protocol violation. If stable is
  2771.          DATA_SYNC, then the server must commit all of the data
  2772.          to stable storage and enough of the metadata to
  2773.          retrieve the data before returning.  The server
  2774.          implementor is free to implement DATA_SYNC in the same
  2775.          fashion as FILE_SYNC, but with a possible performance
  2776.          drop.  If stable is UNSTABLE, the server is free to
  2777.          commit any part of the data and the metadata to stable
  2778.          storage, including all or none, before returning a
  2779.          reply to the client. There is no guarantee whether or
  2780.          when any uncommitted data will subsequently be
  2781.          committed to stable storage. The only guarantees made
  2782.          by the server are that it will not destroy any data
  2783.          without changing the value of verf and that it will not
  2784.          commit the data and metadata at a level less than that
  2785.          requested by the client. See the discussion on COMMIT
  2786.          on page 92 for more information on if and when
  2787.          data is committed to stable storage.
  2788.  
  2789.       data
  2790.          The data to be written to the file.
  2791.  
  2792.       On successful return, WRITE3res.status is NFS3_OK and
  2793.       WRITE3res.resok contains:
  2794.  
  2795.       file_wcc
  2796.          Weak cache consistency data for the file. For a client
  2797.          that requires only the post-write file attributes,
  2798.          these can be found in file_wcc.after.
  2799.  
  2800.  
  2801.  
  2802. Callaghan, el al             Informational                     [Page 50]
  2803.  
  2804. RFC 1813                 NFS Version 3 Protocol                June 1995
  2805.  
  2806.  
  2807.       count
  2808.          The number of bytes of data written to the file. The
  2809.          server may write fewer bytes than requested. If so, the
  2810.          actual number of bytes written starting at location,
  2811.          offset, is returned.
  2812.  
  2813.       committed
  2814.          The server should return an indication of the level of
  2815.          commitment of the data and metadata via committed. If
  2816.          the server committed all data and metadata to stable
  2817.          storage, committed should be set to FILE_SYNC. If the
  2818.          level of commitment was at least as strong as
  2819.          DATA_SYNC, then committed should be set to DATA_SYNC.
  2820.          Otherwise, committed must be returned as UNSTABLE. If
  2821.          stable was FILE_SYNC, then committed must also be
  2822.          FILE_SYNC: anything else constitutes a protocol
  2823.          violation. If stable was DATA_SYNC, then committed may
  2824.          be FILE_SYNC or DATA_SYNC: anything else constitutes a
  2825.          protocol violation. If stable was UNSTABLE, then
  2826.          committed may be either FILE_SYNC, DATA_SYNC, or
  2827.          UNSTABLE.
  2828.  
  2829.       verf
  2830.          This is a cookie that the client can use to determine
  2831.          whether the server has changed state between a call to
  2832.          WRITE and a subsequent call to either WRITE or COMMIT.
  2833.          This cookie must be consistent during a single instance
  2834.          of the NFS version 3 protocol service and must be
  2835.          unique between instances of the NFS version 3 protocol
  2836.          server, where uncommitted data may be lost.
  2837.  
  2838.       Otherwise, WRITE3res.status contains the error on failure
  2839.       and WRITE3res.resfail contains the following:
  2840.  
  2841.       file_wcc
  2842.          Weak cache consistency data for the file. For a client
  2843.          that requires only the post-write file attributes,
  2844.          these can be found in file_wcc.after. Even though the
  2845.          write failed, full wcc_data is returned to allow the
  2846.          client to determine whether the failed write resulted
  2847.          in any change to the file.
  2848.  
  2849.       If a client writes data to the server with the stable
  2850.       argument set to UNSTABLE and the reply yields a committed
  2851.       response of DATA_SYNC or UNSTABLE, the client will follow
  2852.       up some time in the future with a COMMIT operation to
  2853.       synchronize outstanding asynchronous data and metadata
  2854.       with the server's stable storage, barring client error. It
  2855.  
  2856.  
  2857.  
  2858. Callaghan, el al             Informational                     [Page 51]
  2859.  
  2860. RFC 1813                 NFS Version 3 Protocol                June 1995
  2861.  
  2862.  
  2863.       is possible that due to client crash or other error that a
  2864.       subsequent COMMIT will not be received by the server.
  2865.  
  2866.    IMPLEMENTATION
  2867.  
  2868.       The nfsdata type used for the READ and WRITE operations in
  2869.       the NFS version 2 protocol defining the data portion of a
  2870.       request or reply has been changed to a variable-length
  2871.       opaque byte array.  The maximum size allowed by the
  2872.       protocol is now limited by what XDR and underlying
  2873.       transports will allow. There are no artificial limits
  2874.       imposed by the NFS version 3 protocol. Consult the FSINFO
  2875.       procedure description for details.
  2876.  
  2877.       It is possible for the server to write fewer than count
  2878.       bytes of data. In this case, the server should not return
  2879.       an error unless no data was written at all. If the server
  2880.       writes less than count bytes, the client should issue
  2881.       another WRITE to write the remaining data.
  2882.  
  2883.       It is assumed that the act of writing data to a file will
  2884.       cause the mtime of the file to be updated. However, the
  2885.       mtime of the file should not be changed unless the
  2886.       contents of the file are changed.  Thus, a WRITE request
  2887.       with count set to 0 should not cause the mtime of the file
  2888.       to be updated.
  2889.  
  2890.       The NFS version 3 protocol introduces safe asynchronous
  2891.       writes.  The combination of WRITE with stable set to
  2892.       UNSTABLE followed by a COMMIT addresses the performance
  2893.       bottleneck found in the NFS version 2 protocol, the need
  2894.       to synchronously commit all writes to stable storage.
  2895.  
  2896.       The definition of stable storage has been historically a
  2897.       point of contention. The following expected properties of
  2898.       stable storage may help in resolving design issues in the
  2899.       implementation. Stable storage is persistent storage that
  2900.       survives:
  2901.  
  2902.       1. Repeated power failures.
  2903.  
  2904.       2. Hardware failures (of any board, power supply, and so on.).
  2905.  
  2906.       3. Repeated software crashes, including reboot cycle.
  2907.  
  2908.       This definition does not address failure of the stable
  2909.       storage module itself.
  2910.  
  2911.  
  2912.  
  2913.  
  2914. Callaghan, el al             Informational                     [Page 52]
  2915.  
  2916. RFC 1813                 NFS Version 3 Protocol                June 1995
  2917.  
  2918.  
  2919.       A cookie, verf, is defined to allow a client to detect
  2920.       different instances of an NFS version 3 protocol server
  2921.       over which cached, uncommitted data may be lost. In the
  2922.       most likely case, the verf allows the client to detect
  2923.       server reboots. This information is required so that the
  2924.       client can safely determine whether the server could have
  2925.       lost cached data. If the server fails unexpectedly and the
  2926.       client has uncommitted data from previous WRITE requests
  2927.       (done with the stable argument set to UNSTABLE and in
  2928.       which the result committed was returned as UNSTABLE as
  2929.       well) it may not have flushed cached data to stable
  2930.       storage. The burden of recovery is on the client and the
  2931.       client will need to retransmit the data to the server.
  2932.  
  2933.       A suggested verf cookie would be to use the time that the
  2934.       server was booted or the time the server was last started
  2935.       (if restarting the server without a reboot results in lost
  2936.       buffers).
  2937.  
  2938.       The committed field in the results allows the client to do
  2939.       more effective caching. If the server is committing all
  2940.       WRITE requests to stable storage, then it should return
  2941.       with committed set to FILE_SYNC, regardless of the value
  2942.       of the stable field in the arguments. A server that uses
  2943.       an NVRAM accelerator may choose to implement this policy.
  2944.       The client can use this to increase the effectiveness of
  2945.       the cache by discarding cached data that has already been
  2946.       committed on the server.
  2947.  
  2948.       Some implementations may return NFS3ERR_NOSPC instead of
  2949.       NFS3ERR_DQUOT when a user's quota is exceeded.
  2950.  
  2951.       Some NFS version 2 protocol server implementations
  2952.       incorrectly returned NFSERR_ISDIR if the file system
  2953.       object type was not a regular file. The correct return
  2954.       value for the NFS version 3 protocol is NFS3ERR_INVAL.
  2955.  
  2956.    ERRORS
  2957.  
  2958.       NFS3ERR_IO
  2959.       NFS3ERR_ACCES
  2960.       NFS3ERR_FBIG
  2961.       NFS3ERR_DQUOT
  2962.       NFS3ERR_NOSPC
  2963.       NFS3ERR_ROFS
  2964.       NFS3ERR_INVAL
  2965.       NFS3ERR_STALE
  2966.       NFS3ERR_BADHANDLE
  2967.  
  2968.  
  2969.  
  2970. Callaghan, el al             Informational                     [Page 53]
  2971.  
  2972. RFC 1813                 NFS Version 3 Protocol                June 1995
  2973.  
  2974.  
  2975.       NFS3ERR_SERVERFAULT
  2976.  
  2977.    SEE ALSO
  2978.  
  2979.       COMMIT.
  2980.  
  2981. 3.3.8 Procedure 8: CREATE - Create a file
  2982.  
  2983.    SYNOPSIS
  2984.  
  2985.       CREATE3res NFSPROC3_CREATE(CREATE3args) = 8;
  2986.  
  2987.       enum createmode3 {
  2988.            UNCHECKED = 0,
  2989.            GUARDED   = 1,
  2990.            EXCLUSIVE = 2
  2991.       };
  2992.  
  2993.       union createhow3 switch (createmode3 mode) {
  2994.       case UNCHECKED:
  2995.       case GUARDED:
  2996.            sattr3       obj_attributes;
  2997.       case EXCLUSIVE:
  2998.            createverf3  verf;
  2999.       };
  3000.  
  3001.       struct CREATE3args {
  3002.            diropargs3   where;
  3003.            createhow3   how;
  3004.       };
  3005.  
  3006.       struct CREATE3resok {
  3007.            post_op_fh3   obj;
  3008.            post_op_attr  obj_attributes;
  3009.            wcc_data      dir_wcc;
  3010.       };
  3011.  
  3012.       struct CREATE3resfail {
  3013.            wcc_data      dir_wcc;
  3014.       };
  3015.  
  3016.       union CREATE3res switch (nfsstat3 status) {
  3017.       case NFS3_OK:
  3018.            CREATE3resok    resok;
  3019.       default:
  3020.            CREATE3resfail  resfail;
  3021.       };
  3022.  
  3023.  
  3024.  
  3025.  
  3026. Callaghan, el al             Informational                     [Page 54]
  3027.  
  3028. RFC 1813                 NFS Version 3 Protocol                June 1995
  3029.  
  3030.  
  3031.    DESCRIPTION
  3032.  
  3033.       Procedure CREATE creates a regular file. On entry, the
  3034.       arguments in CREATE3args are:
  3035.  
  3036.       where
  3037.          The location of the file to be created:
  3038.  
  3039.          dir
  3040.             The file handle for the directory in which the file
  3041.             is to be created.
  3042.  
  3043.          name
  3044.             The name that is to be associated with the created
  3045.             file.  Refer to General comments on filenames on
  3046.             page 30.
  3047.  
  3048.       When creating a regular file, there are three ways to
  3049.       create the file as defined by:
  3050.  
  3051.       how
  3052.          A discriminated union describing how the server is to
  3053.          handle the file creation along with the appropriate
  3054.          attributes:
  3055.  
  3056.       mode
  3057.          One of UNCHECKED, GUARDED, and EXCLUSIVE. UNCHECKED
  3058.          means that the file should be created without checking
  3059.          for the existence of a duplicate file in the same
  3060.          directory. In this case, how.obj_attributes is a sattr3
  3061.          describing the initial attributes for the file. GUARDED
  3062.          specifies that the server should check for the presence
  3063.          of a duplicate file before performing the create and
  3064.          should fail the request with NFS3ERR_EXIST if a
  3065.          duplicate file exists. If the file does not exist, the
  3066.          request is performed as described for UNCHECKED.
  3067.          EXCLUSIVE specifies that the server is to follow
  3068.          exclusive creation semantics, using the verifier to
  3069.          ensure exclusive creation of the target. No attributes
  3070.          may be provided in this case, since the server may use
  3071.          the target file metadata to store the createverf3
  3072.          verifier.
  3073.  
  3074.       On successful return, CREATE3res.status is NFS3_OK and the
  3075.       results in CREATE3res.resok are:
  3076.  
  3077.       obj
  3078.          The file handle of the newly created regular file.
  3079.  
  3080.  
  3081.  
  3082. Callaghan, el al             Informational                     [Page 55]
  3083.  
  3084. RFC 1813                 NFS Version 3 Protocol                June 1995
  3085.  
  3086.  
  3087.       obj_attributes
  3088.          The attributes of the regular file just created.
  3089.  
  3090.       dir_wcc
  3091.          Weak cache consistency data for the directory,
  3092.          where.dir. For a client that requires on the
  3093.          post-CREATE directory attributes, these can be found in
  3094.          dir_wcc.after.
  3095.  
  3096.       Otherwise, CREATE3res.status contains the error on failure
  3097.       and CREATE3res.resfail contains the following:
  3098.  
  3099.       dir_wcc
  3100.          Weak cache consistency data for the directory,
  3101.          where.dir. For a client that requires only the
  3102.          post-CREATE directory attributes, these can be found in
  3103.          dir_wcc.after. Even though the CREATE failed, full
  3104.          wcc_data is returned to allow the client to determine
  3105.          whether the failing CREATE resulted in any change to
  3106.          the directory.
  3107.  
  3108.    IMPLEMENTATION
  3109.  
  3110.       Unlike the NFS version 2 protocol, in which certain fields
  3111.       in the initial attributes structure were overloaded to
  3112.       indicate creation of devices and FIFOs in addition to
  3113.       regular files, this procedure only supports the creation
  3114.       of regular files. The MKNOD procedure was introduced in
  3115.       the NFS version 3 protocol to handle creation of devices
  3116.       and FIFOs. Implementations should have no reason in the
  3117.       NFS version 3 protocol to overload CREATE semantics.
  3118.  
  3119.       One aspect of the NFS version 3 protocol CREATE procedure
  3120.       warrants particularly careful consideration: the mechanism
  3121.       introduced to support the reliable exclusive creation of
  3122.       regular files. The mechanism comes into play when how.mode
  3123.       is EXCLUSIVE.  In this case, how.verf contains a verifier
  3124.       that can reasonably be expected to be unique.  A
  3125.       combination of a client identifier, perhaps the client
  3126.       network address, and a unique number generated by the
  3127.       client, perhaps the RPC transaction identifier, may be
  3128.       appropriate.
  3129.  
  3130.       If the file does not exist, the server creates the file
  3131.       and stores the verifier in stable storage. For file
  3132.       systems that do not provide a mechanism for the storage of
  3133.       arbitrary file attributes, the server may use one or more
  3134.       elements of the file metadata to store the verifier. The
  3135.  
  3136.  
  3137.  
  3138. Callaghan, el al             Informational                     [Page 56]
  3139.  
  3140. RFC 1813                 NFS Version 3 Protocol                June 1995
  3141.  
  3142.  
  3143.       verifier must be stored in stable storage to prevent
  3144.       erroneous failure on retransmission of the request. It is
  3145.       assumed that an exclusive create is being performed
  3146.       because exclusive semantics are critical to the
  3147.       application. Because of the expected usage, exclusive
  3148.       CREATE does not rely solely on the normally volatile
  3149.       duplicate request cache for storage of the verifier. The
  3150.       duplicate request cache in volatile storage does not
  3151.       survive a crash and may actually flush on a long network
  3152.       partition, opening failure windows.  In the UNIX local
  3153.       file system environment, the expected storage location for
  3154.       the verifier on creation is the metadata (time stamps) of
  3155.       the file. For this reason, an exclusive file create may
  3156.       not include initial attributes because the server would
  3157.       have nowhere to store the verifier.
  3158.  
  3159.       If the server can not support these exclusive create
  3160.       semantics, possibly because of the requirement to commit
  3161.       the verifier to stable storage, it should fail the CREATE
  3162.       request with the error, NFS3ERR_NOTSUPP.
  3163.  
  3164.       During an exclusive CREATE request, if the file already
  3165.       exists, the server reconstructs the file's verifier and
  3166.       compares it with the verifier in the request. If they
  3167.       match, the server treats the request as a success. The
  3168.       request is presumed to be a duplicate of an earlier,
  3169.       successful request for which the reply was lost and that
  3170.       the server duplicate request cache mechanism did not
  3171.       detect. If the verifiers do not match, the request is
  3172.       rejected with the status, NFS3ERR_EXIST.
  3173.  
  3174.       Once the client has performed a successful exclusive
  3175.       create, it must issue a SETATTR to set the correct file
  3176.       attributes.  Until it does so, it should not rely upon any
  3177.       of the file attributes, since the server implementation
  3178.       may need to overload file metadata to store the verifier.
  3179.  
  3180.       Use of the GUARDED attribute does not provide exactly-once
  3181.       semantics.  In particular, if a reply is lost and the
  3182.       server does not detect the retransmission of the request,
  3183.       the procedure can fail with NFS3ERR_EXIST, even though the
  3184.       create was performed successfully.
  3185.  
  3186.       Refer to General comments on filenames on page 30.
  3187.  
  3188.  
  3189.  
  3190.  
  3191.  
  3192.  
  3193.  
  3194. Callaghan, el al             Informational                     [Page 57]
  3195.  
  3196. RFC 1813                 NFS Version 3 Protocol                June 1995
  3197.  
  3198.  
  3199.    ERRORS
  3200.  
  3201.       NFS3ERR_IO
  3202.       NFS3ERR_ACCES
  3203.       NFS3ERR_EXIST
  3204.       NFS3ERR_NOTDIR
  3205.       NFS3ERR_NOSPC
  3206.       NFS3ERR_ROFS
  3207.       NFS3ERR_NAMETOOLONG
  3208.       NFS3ERR_DQUOT
  3209.       NFS3ERR_STALE
  3210.       NFS3ERR_BADHANDLE
  3211.       NFS3ERR_NOTSUPP
  3212.       NFS3ERR_SERVERFAULT
  3213.  
  3214.    SEE ALSO
  3215.  
  3216.       MKDIR, SYMLINK, MKNOD, and PATHCONF.
  3217.  
  3218. 3.3.9 Procedure 9: MKDIR - Create a directory
  3219.  
  3220.    SYNOPSIS
  3221.  
  3222.       MKDIR3res NFSPROC3_MKDIR(MKDIR3args) = 9;
  3223.  
  3224.       struct MKDIR3args {
  3225.            diropargs3   where;
  3226.            sattr3       attributes;
  3227.       };
  3228.  
  3229.       struct MKDIR3resok {
  3230.            post_op_fh3   obj;
  3231.            post_op_attr  obj_attributes;
  3232.            wcc_data      dir_wcc;
  3233.       };
  3234.  
  3235.       struct MKDIR3resfail {
  3236.            wcc_data      dir_wcc;
  3237.       };
  3238.  
  3239.       union MKDIR3res switch (nfsstat3 status) {
  3240.       case NFS3_OK:
  3241.            MKDIR3resok   resok;
  3242.       default:
  3243.            MKDIR3resfail resfail;
  3244.       };
  3245.  
  3246.  
  3247.  
  3248.  
  3249.  
  3250. Callaghan, el al             Informational                     [Page 58]
  3251.  
  3252. RFC 1813                 NFS Version 3 Protocol                June 1995
  3253.  
  3254.  
  3255.    DESCRIPTION
  3256.  
  3257.       Procedure MKDIR creates a new subdirectory. On entry, the
  3258.       arguments in MKDIR3args are:
  3259.  
  3260.       where
  3261.          The location of the subdirectory to be created:
  3262.  
  3263.          dir
  3264.             The file handle for the directory in which the
  3265.             subdirectory is to be created.
  3266.  
  3267.          name
  3268.             The name that is to be associated with the created
  3269.             subdirectory. Refer to General comments on filenames
  3270.             on page 30.
  3271.  
  3272.       attributes
  3273.          The initial attributes for the subdirectory.
  3274.  
  3275.       On successful return, MKDIR3res.status is NFS3_OK and the
  3276.       results in MKDIR3res.resok are:
  3277.  
  3278.       obj
  3279.          The file handle for the newly created directory.
  3280.  
  3281.       obj_attributes
  3282.          The attributes for the newly created subdirectory.
  3283.  
  3284.       dir_wcc
  3285.          Weak cache consistency data for the directory,
  3286.          where.dir. For a client that requires only the
  3287.          post-MKDIR directory attributes, these can be found in
  3288.          dir_wcc.after.
  3289.  
  3290.       Otherwise, MKDIR3res.status contains the error on failure
  3291.       and MKDIR3res.resfail contains the following:
  3292.  
  3293.       dir_wcc
  3294.          Weak cache consistency data for the directory,
  3295.          where.dir. For a client that requires only the
  3296.          post-MKDIR directory attributes, these can be found in
  3297.          dir_wcc.after. Even though the MKDIR failed, full
  3298.          wcc_data is returned to allow the client to determine
  3299.          whether the failing MKDIR resulted in any change to the
  3300.          directory.
  3301.  
  3302.  
  3303.  
  3304.  
  3305.  
  3306. Callaghan, el al             Informational                     [Page 59]
  3307.  
  3308. RFC 1813                 NFS Version 3 Protocol                June 1995
  3309.  
  3310.  
  3311.    IMPLEMENTATION
  3312.  
  3313.       Many server implementations will not allow the filenames,
  3314.       "." or "..", to be used as targets in a MKDIR operation.
  3315.       In this case, the server should return NFS3ERR_EXIST.
  3316.       Refer to General comments on filenames on page 30.
  3317.  
  3318.    ERRORS
  3319.  
  3320.       NFS3ERR_IO
  3321.       NFS3ERR_ACCES
  3322.       NFS3ERR_EXIST
  3323.       NFS3ERR_NOTDIR
  3324.       NFS3ERR_NOSPC
  3325.       NFS3ERR_ROFS
  3326.       NFS3ERR_NAMETOOLONG
  3327.       NFS3ERR_DQUOT
  3328.       NFS3ERR_STALE
  3329.       NFS3ERR_BADHANDLE
  3330.       NFS3ERR_NOTSUPP
  3331.       NFS3ERR_SERVERFAULT
  3332.  
  3333.    SEE ALSO
  3334.  
  3335.       CREATE, SYMLINK, MKNOD, and PATHCONF.
  3336.  
  3337.  
  3338.  
  3339.  
  3340.  
  3341.  
  3342.  
  3343.  
  3344.  
  3345.  
  3346.  
  3347.  
  3348.  
  3349.  
  3350.  
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358.  
  3359.  
  3360.  
  3361.  
  3362. Callaghan, el al             Informational                     [Page 60]
  3363.  
  3364. RFC 1813                 NFS Version 3 Protocol                June 1995
  3365.  
  3366.  
  3367. 3.3.10 Procedure 10: SYMLINK - Create a symbolic link
  3368.  
  3369.    SYNOPSIS
  3370.  
  3371.       SYMLINK3res NFSPROC3_SYMLINK(SYMLINK3args) = 10;
  3372.  
  3373.       struct symlinkdata3 {
  3374.            sattr3    symlink_attributes;
  3375.            nfspath3  symlink_data;
  3376.       };
  3377.  
  3378.       struct SYMLINK3args {
  3379.            diropargs3    where;
  3380.            symlinkdata3  symlink;
  3381.       };
  3382.  
  3383.       struct SYMLINK3resok {
  3384.            post_op_fh3   obj;
  3385.            post_op_attr  obj_attributes;
  3386.            wcc_data      dir_wcc;
  3387.       };
  3388.  
  3389.       struct SYMLINK3resfail {
  3390.            wcc_data      dir_wcc;
  3391.       };
  3392.  
  3393.       union SYMLINK3res switch (nfsstat3 status) {
  3394.       case NFS3_OK:
  3395.            SYMLINK3resok   resok;
  3396.       default:
  3397.            SYMLINK3resfail resfail;
  3398.       };
  3399.  
  3400.    DESCRIPTION
  3401.  
  3402.       Procedure SYMLINK creates a new symbolic link. On entry,
  3403.       the arguments in SYMLINK3args are:
  3404.  
  3405.       where
  3406.          The location of the symbolic link to be created:
  3407.  
  3408.          dir
  3409.             The file handle for the directory in which the
  3410.             symbolic link is to be created.
  3411.  
  3412.  
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418. Callaghan, el al             Informational                     [Page 61]
  3419.  
  3420. RFC 1813                 NFS Version 3 Protocol                June 1995
  3421.  
  3422.  
  3423.          name
  3424.             The name that is to be associated with the created
  3425.             symbolic link. Refer to General comments on
  3426.             filenames on page 30.
  3427.  
  3428.       symlink
  3429.          The symbolic link to create:
  3430.  
  3431.          symlink_attributes
  3432.             The initial attributes for the symbolic link.
  3433.  
  3434.          symlink_data
  3435.             The string containing the symbolic link data.
  3436.  
  3437.       On successful return, SYMLINK3res.status is NFS3_OK and
  3438.       SYMLINK3res.resok contains:
  3439.  
  3440.       obj
  3441.          The file handle for the newly created symbolic link.
  3442.  
  3443.       obj_attributes
  3444.          The attributes for the newly created symbolic link.
  3445.  
  3446.       dir_wcc
  3447.          Weak cache consistency data for the directory,
  3448.          where.dir. For a client that requires only the
  3449.          post-SYMLINK directory attributes, these can be found
  3450.          in dir_wcc.after.
  3451.  
  3452.       Otherwise, SYMLINK3res.status contains the error on
  3453.       failure and SYMLINK3res.resfail contains the following:
  3454.  
  3455.       dir_wcc
  3456.          Weak cache consistency data for the directory,
  3457.          where.dir. For a client that requires only the
  3458.          post-SYMLINK directory attributes, these can be found
  3459.          in dir_wcc.after. Even though the SYMLINK failed, full
  3460.          wcc_data is returned to allow the client to determine
  3461.          whether the failing SYMLINK changed the directory.
  3462.  
  3463.    IMPLEMENTATION
  3464.  
  3465.       Refer to General comments on filenames on page 30.
  3466.  
  3467.       For symbolic links, the actual file system node and its
  3468.       contents are expected to be created in a single atomic
  3469.       operation.  That is, once the symbolic link is visible,
  3470.       there must not be a window where a READLINK would fail or
  3471.  
  3472.  
  3473.  
  3474. Callaghan, el al             Informational                     [Page 62]
  3475.  
  3476. RFC 1813                 NFS Version 3 Protocol                June 1995
  3477.  
  3478.  
  3479.       return incorrect data.
  3480.  
  3481.    ERRORS
  3482.  
  3483.       NFS3ERR_IO
  3484.       NFS3ERR_ACCES
  3485.       NFS3ERR_EXIST
  3486.       NFS3ERR_NOTDIR
  3487.       NFS3ERR_NOSPC
  3488.       NFS3ERR_ROFS
  3489.       NFS3ERR_NAMETOOLONG
  3490.       NFS3ERR_DQUOT
  3491.       NFS3ERR_STALE
  3492.       NFS3ERR_BADHANDLE
  3493.       NFS3ERR_NOTSUPP
  3494.       NFS3ERR_SERVERFAULT
  3495.  
  3496.    SEE ALSO
  3497.  
  3498.       READLINK, CREATE, MKDIR, MKNOD, FSINFO, and PATHCONF.
  3499.  
  3500. 3.3.11 Procedure 11: MKNOD - Create a special device
  3501.  
  3502.    SYNOPSIS
  3503.  
  3504.       MKNOD3res NFSPROC3_MKNOD(MKNOD3args) = 11;
  3505.  
  3506.       struct devicedata3 {
  3507.            sattr3     dev_attributes;
  3508.            specdata3  spec;
  3509.       };
  3510.  
  3511.       union mknoddata3 switch (ftype3 type) {
  3512.       case NF3CHR:
  3513.       case NF3BLK:
  3514.            devicedata3  device;
  3515.       case NF3SOCK:
  3516.       case NF3FIFO:
  3517.            sattr3       pipe_attributes;
  3518.       default:
  3519.            void;
  3520.       };
  3521.  
  3522.       struct MKNOD3args {
  3523.            diropargs3   where;
  3524.            mknoddata3   what;
  3525.       };
  3526.  
  3527.  
  3528.  
  3529.  
  3530. Callaghan, el al             Informational                     [Page 63]
  3531.  
  3532. RFC 1813                 NFS Version 3 Protocol                June 1995
  3533.  
  3534.  
  3535.       struct MKNOD3resok {
  3536.            post_op_fh3   obj;
  3537.            post_op_attr  obj_attributes;
  3538.            wcc_data      dir_wcc;
  3539.       };
  3540.  
  3541.       struct MKNOD3resfail {
  3542.            wcc_data      dir_wcc;
  3543.       };
  3544.  
  3545.       union MKNOD3res switch (nfsstat3 status) {
  3546.       case NFS3_OK:
  3547.            MKNOD3resok   resok;
  3548.       default:
  3549.            MKNOD3resfail resfail;
  3550.       };
  3551.  
  3552.    DESCRIPTION
  3553.  
  3554.       Procedure MKNOD creates a new special file of the type,
  3555.       what.type.  Special files can be device files or named
  3556.       pipes.  On entry, the arguments in MKNOD3args are:
  3557.  
  3558.       where
  3559.          The location of the special file to be created:
  3560.  
  3561.          dir
  3562.             The file handle for the directory in which the
  3563.             special file is to be created.
  3564.  
  3565.          name
  3566.             The name that is to be associated with the created
  3567.             special file. Refer to General comments on filenames
  3568.             on page 30.
  3569.  
  3570.       what
  3571.          A discriminated union identifying the type of the
  3572.          special file to be created along with the data and
  3573.          attributes appropriate to the type of the special
  3574.          file:
  3575.  
  3576.          type
  3577.             The type of the object to be created.
  3578.  
  3579.       When creating a character special file (what.type is
  3580.       NF3CHR) or a block special file (what.type is NF3BLK),
  3581.       what includes:
  3582.  
  3583.  
  3584.  
  3585.  
  3586. Callaghan, el al             Informational                     [Page 64]
  3587.  
  3588. RFC 1813                 NFS Version 3 Protocol                June 1995
  3589.  
  3590.  
  3591.       device
  3592.          A structure devicedata3 with the following components:
  3593.  
  3594.          dev_attributes
  3595.             The initial attributes for the special file.
  3596.  
  3597.          spec
  3598.             The major number stored in device.spec.specdata1 and
  3599.             the minor number stored in device.spec.specdata2.
  3600.  
  3601.       When creating a socket (what.type is NF3SOCK) or a FIFO
  3602.       (what.type is NF3FIFO), what includes:
  3603.  
  3604.          pipe_attributes
  3605.             The initial attributes for the special file.
  3606.  
  3607.       On successful return, MKNOD3res.status is NFS3_OK and
  3608.       MKNOD3res.resok contains:
  3609.  
  3610.       obj
  3611.          The file handle for the newly created special file.
  3612.  
  3613.       obj_attributes
  3614.          The attributes for the newly created special file.
  3615.  
  3616.       dir_wcc
  3617.          Weak cache consistency data for the directory,
  3618.          where.dir. For a client that requires only the
  3619.          post-MKNOD directory attributes, these can be found in
  3620.          dir_wcc.after.
  3621.  
  3622.       Otherwise, MKNOD3res.status contains the error on failure
  3623.       and MKNOD3res.resfail contains the following:
  3624.  
  3625.       dir_wcc
  3626.          Weak cache consistency data for the directory,
  3627.          where.dir. For a client that requires only the
  3628.          post-MKNOD directory attributes, these can be found in
  3629.          dir_wcc.after. Even though the MKNOD failed, full
  3630.          wcc_data is returned to allow the client to determine
  3631.          whether the failing MKNOD changed the directory.
  3632.  
  3633.    IMPLEMENTATION
  3634.  
  3635.       Refer to General comments on filenames on page 30.
  3636.  
  3637.       Without explicit support for special file type creation in
  3638.       the NFS version 2 protocol, fields in the CREATE arguments
  3639.  
  3640.  
  3641.  
  3642. Callaghan, el al             Informational                     [Page 65]
  3643.  
  3644. RFC 1813                 NFS Version 3 Protocol                June 1995
  3645.  
  3646.  
  3647.       were overloaded to indicate creation of certain types of
  3648.       objects.  This overloading is not necessary in the NFS
  3649.       version 3 protocol.
  3650.  
  3651.       If the server does not support any of the defined types,
  3652.       the error, NFS3ERR_NOTSUPP, should be returned. Otherwise,
  3653.       if the server does not support the target type or the
  3654.       target type is illegal, the error, NFS3ERR_BADTYPE, should
  3655.       be returned. Note that NF3REG, NF3DIR, and NF3LNK are
  3656.       illegal types for MKNOD. The procedures, CREATE, MKDIR,
  3657.       and SYMLINK should be used to create these file types,
  3658.       respectively, instead of MKNOD.
  3659.  
  3660.    ERRORS
  3661.  
  3662.       NFS3ERR_IO
  3663.       NFS3ERR_ACCES
  3664.       NFS3ERR_EXIST
  3665.       NFS3ERR_NOTDIR
  3666.       NFS3ERR_NOSPC
  3667.       NFS3ERR_ROFS
  3668.       NFS3ERR_NAMETOOLONG
  3669.       NFS3ERR_DQUOT
  3670.       NFS3ERR_STALE
  3671.       NFS3ERR_BADHANDLE
  3672.       NFS3ERR_NOTSUPP
  3673.       NFS3ERR_SERVERFAULT
  3674.       NFS3ERR_BADTYPE
  3675.  
  3676.    SEE ALSO
  3677.  
  3678.       CREATE, MKDIR, SYMLINK, and PATHCONF.
  3679.  
  3680.  
  3681.  
  3682.  
  3683.  
  3684.  
  3685.  
  3686.  
  3687.  
  3688.  
  3689.  
  3690.  
  3691.  
  3692.  
  3693.  
  3694.  
  3695.  
  3696.  
  3697.  
  3698. Callaghan, el al             Informational                     [Page 66]
  3699.  
  3700. RFC 1813                 NFS Version 3 Protocol                June 1995
  3701.  
  3702.  
  3703. 3.3.12 Procedure 12: REMOVE - Remove a File
  3704.  
  3705.    SYNOPSIS
  3706.  
  3707.       REMOVE3res NFSPROC3_REMOVE(REMOVE3args) = 12;
  3708.  
  3709.       struct REMOVE3args {
  3710.            diropargs3  object;
  3711.       };
  3712.  
  3713.       struct REMOVE3resok {
  3714.            wcc_data    dir_wcc;
  3715.       };
  3716.  
  3717.       struct REMOVE3resfail {
  3718.            wcc_data    dir_wcc;
  3719.       };
  3720.  
  3721.       union REMOVE3res switch (nfsstat3 status) {
  3722.       case NFS3_OK:
  3723.            REMOVE3resok   resok;
  3724.       default:
  3725.            REMOVE3resfail resfail;
  3726.       };
  3727.  
  3728.    DESCRIPTION
  3729.  
  3730.       Procedure REMOVE removes (deletes) an entry from a
  3731.       directory. If the entry in the directory was the last
  3732.       reference to the corresponding file system object, the
  3733.       object may be destroyed.  On entry, the arguments in
  3734.       REMOVE3args are:
  3735.  
  3736.       object
  3737.          A diropargs3 structure identifying the entry to be
  3738.          removed:
  3739.  
  3740.       dir
  3741.          The file handle for the directory from which the entry
  3742.          is to be removed.
  3743.  
  3744.       name
  3745.          The name of the entry to be removed. Refer to General
  3746.          comments on filenames on page 30.
  3747.  
  3748.       On successful return, REMOVE3res.status is NFS3_OK and
  3749.       REMOVE3res.resok contains:
  3750.  
  3751.  
  3752.  
  3753.  
  3754. Callaghan, el al             Informational                     [Page 67]
  3755.  
  3756. RFC 1813                 NFS Version 3 Protocol                June 1995
  3757.  
  3758.  
  3759.       dir_wcc
  3760.          Weak cache consistency data for the directory,
  3761.          object.dir.  For a client that requires only the
  3762.          post-REMOVE directory attributes, these can be found in
  3763.          dir_wcc.after.
  3764.  
  3765.       Otherwise, REMOVE3res.status contains the error on failure
  3766.       and REMOVE3res.resfail contains the following:
  3767.  
  3768.       dir_wcc
  3769.          Weak cache consistency data for the directory,
  3770.          object.dir.  For a client that requires only the
  3771.          post-REMOVE directory attributes, these can be found in
  3772.          dir_wcc.after. Even though the REMOVE failed, full
  3773.          wcc_data is returned to allow the client to determine
  3774.          whether the failing REMOVE changed the directory.
  3775.  
  3776.    IMPLEMENTATION
  3777.  
  3778.       In general, REMOVE is intended to remove non-directory
  3779.       file objects and RMDIR is to be used to remove
  3780.       directories.  However, REMOVE can be used to remove
  3781.       directories, subject to restrictions imposed by either the
  3782.       client or server interfaces.  This had been a source of
  3783.       confusion in the NFS version 2 protocol.
  3784.  
  3785.       The concept of last reference is server specific. However,
  3786.       if the nlink field in the previous attributes of the
  3787.       object had the value 1, the client should not rely on
  3788.       referring to the object via a file handle. Likewise, the
  3789.       client should not rely on the resources (disk space,
  3790.       directory entry, and so on.) formerly associated with the
  3791.       object becoming immediately available. Thus, if a client
  3792.       needs to be able to continue to access a file after using
  3793.       REMOVE to remove it, the client should take steps to make
  3794.       sure that the file will still be accessible. The usual
  3795.       mechanism used is to use RENAME to rename the file from
  3796.       its old name to a new hidden name.
  3797.  
  3798.       Refer to General comments on filenames on page 30.
  3799.  
  3800.    ERRORS
  3801.  
  3802.       NFS3ERR_NOENT
  3803.       NFS3ERR_IO
  3804.       NFS3ERR_ACCES
  3805.       NFS3ERR_NOTDIR
  3806.       NFS3ERR_NAMETOOLONG
  3807.  
  3808.  
  3809.  
  3810. Callaghan, el al             Informational                     [Page 68]
  3811.  
  3812. RFC 1813                 NFS Version 3 Protocol                June 1995
  3813.  
  3814.  
  3815.       NFS3ERR_ROFS
  3816.       NFS3ERR_STALE
  3817.       NFS3ERR_BADHANDLE
  3818.       NFS3ERR_SERVERFAULT
  3819.  
  3820.    SEE ALSO
  3821.  
  3822.       RMDIR and RENAME.
  3823.  
  3824. 3.3.13 Procedure 13: RMDIR - Remove a Directory
  3825.  
  3826.    SYNOPSIS
  3827.  
  3828.       RMDIR3res NFSPROC3_RMDIR(RMDIR3args) = 13;
  3829.  
  3830.       struct RMDIR3args {
  3831.            diropargs3  object;
  3832.       };
  3833.  
  3834.       struct RMDIR3resok {
  3835.            wcc_data    dir_wcc;
  3836.       };
  3837.  
  3838.       struct RMDIR3resfail {
  3839.            wcc_data    dir_wcc;
  3840.       };
  3841.  
  3842.       union RMDIR3res switch (nfsstat3 status) {
  3843.       case NFS3_OK:
  3844.            RMDIR3resok   resok;
  3845.       default:
  3846.            RMDIR3resfail resfail;
  3847.       };
  3848.  
  3849.    DESCRIPTION
  3850.  
  3851.       Procedure RMDIR removes (deletes) a subdirectory from a
  3852.       directory. If the directory entry of the subdirectory is
  3853.       the last reference to the subdirectory, the subdirectory
  3854.       may be destroyed. On entry, the arguments in RMDIR3args
  3855.       are:
  3856.  
  3857.       object
  3858.          A diropargs3 structure identifying the directory entry
  3859.          to be removed:
  3860.  
  3861.  
  3862.  
  3863.  
  3864.  
  3865.  
  3866. Callaghan, el al             Informational                     [Page 69]
  3867.  
  3868. RFC 1813                 NFS Version 3 Protocol                June 1995
  3869.  
  3870.  
  3871.          dir
  3872.             The file handle for the directory from which the
  3873.             subdirectory is to be removed.
  3874.  
  3875.          name
  3876.             The name of the subdirectory to be removed. Refer to
  3877.             General comments on filenames on page 30.
  3878.  
  3879.       On successful return, RMDIR3res.status is NFS3_OK and
  3880.       RMDIR3res.resok contains:
  3881.  
  3882.       dir_wcc
  3883.          Weak cache consistency data for the directory,
  3884.          object.dir.  For a client that requires only the
  3885.          post-RMDIR directory attributes, these can be found in
  3886.          dir_wcc.after.
  3887.  
  3888.       Otherwise, RMDIR3res.status contains the error on failure
  3889.       and RMDIR3res.resfail contains the following:
  3890.  
  3891.       dir_wcc
  3892.          Weak cache consistency data for the directory,
  3893.          object.dir.  For a client that requires only the
  3894.          post-RMDIR directory attributes, these can be found in
  3895.          dir_wcc.after. Note that even though the RMDIR failed,
  3896.          full wcc_data is returned to allow the client to
  3897.          determine whether the failing RMDIR changed the
  3898.          directory.
  3899.  
  3900.    IMPLEMENTATION
  3901.  
  3902.       Note that on some servers, removal of a non-empty
  3903.       directory is disallowed.
  3904.  
  3905.       On some servers, the filename, ".", is illegal. These
  3906.       servers will return the error, NFS3ERR_INVAL. On some
  3907.       servers, the filename, "..", is illegal. These servers
  3908.       will return the error, NFS3ERR_EXIST. This would seem
  3909.       inconsistent, but allows these servers to comply with
  3910.       their own specific interface definitions.  Clients should
  3911.       be prepared to handle both cases.
  3912.  
  3913.       The client should not rely on the resources (disk space,
  3914.       directory entry, and so on.) formerly associated with the
  3915.       directory becoming immediately available.
  3916.  
  3917.  
  3918.  
  3919.  
  3920.  
  3921.  
  3922. Callaghan, el al             Informational                     [Page 70]
  3923.  
  3924. RFC 1813                 NFS Version 3 Protocol                June 1995
  3925.  
  3926.  
  3927.    ERRORS
  3928.  
  3929.       NFS3ERR_NOENT
  3930.       NFS3ERR_IO
  3931.       NFS3ERR_ACCES
  3932.       NFS3ERR_INVAL
  3933.       NFS3ERR_EXIST
  3934.       NFS3ERR_NOTDIR
  3935.       NFS3ERR_NAMETOOLONG
  3936.       NFS3ERR_ROFS
  3937.       NFS3ERR_NOTEMPTY
  3938.       NFS3ERR_STALE
  3939.       NFS3ERR_BADHANDLE
  3940.       NFS3ERR_NOTSUPP
  3941.       NFS3ERR_SERVERFAULT
  3942.  
  3943.    SEE ALSO
  3944.  
  3945.       REMOVE.
  3946.  
  3947. 3.3.14 Procedure 14: RENAME - Rename a File or Directory
  3948.  
  3949.    SYNOPSIS
  3950.  
  3951.       RENAME3res NFSPROC3_RENAME(RENAME3args) = 14;
  3952.  
  3953.       struct RENAME3args {
  3954.            diropargs3   from;
  3955.            diropargs3   to;
  3956.       };
  3957.  
  3958.       struct RENAME3resok {
  3959.            wcc_data     fromdir_wcc;
  3960.            wcc_data     todir_wcc;
  3961.       };
  3962.  
  3963.       struct RENAME3resfail {
  3964.            wcc_data     fromdir_wcc;
  3965.            wcc_data     todir_wcc;
  3966.       };
  3967.  
  3968.       union RENAME3res switch (nfsstat3 status) {
  3969.       case NFS3_OK:
  3970.            RENAME3resok   resok;
  3971.       default:
  3972.            RENAME3resfail resfail;
  3973.       };
  3974.  
  3975.  
  3976.  
  3977.  
  3978. Callaghan, el al             Informational                     [Page 71]
  3979.  
  3980. RFC 1813                 NFS Version 3 Protocol                June 1995
  3981.  
  3982.  
  3983.    DESCRIPTION
  3984.  
  3985.       Procedure RENAME renames the file identified by from.name
  3986.       in the directory, from.dir, to to.name in the di- rectory,
  3987.       to.dir. The operation is required to be atomic to the
  3988.       client. To.dir and from.dir must reside on the same file
  3989.       system and server. On entry, the arguments in RENAME3args
  3990.       are:
  3991.  
  3992.       from
  3993.          A diropargs3 structure identifying the source (the file
  3994.          system object to be re-named):
  3995.  
  3996.          from.dir
  3997.             The file handle for the directory from which the
  3998.             entry is to be renamed.
  3999.  
  4000.          from.name
  4001.             The name of the entry that identifies the object to
  4002.             be renamed. Refer to General comments on filenames
  4003.             on page 30.
  4004.  
  4005.       to
  4006.          A diropargs3 structure identifying the target (the new
  4007.          name of the object):
  4008.  
  4009.          to.dir
  4010.             The file handle for the directory to which the
  4011.             object is to be renamed.
  4012.  
  4013.          to.name
  4014.             The new name for the object. Refer to General
  4015.             comments on filenames on page 30.
  4016.  
  4017.       If the directory, to.dir, already contains an entry with
  4018.       the name, to.name, the source object must be compatible
  4019.       with the target: either both are non-directories or both
  4020.       are directories and the target must be empty. If
  4021.       compatible, the existing target is removed before the
  4022.       rename occurs. If they are not compatible or if the target
  4023.       is a directory but not empty, the server should return the
  4024.       error, NFS3ERR_EXIST.
  4025.  
  4026.       On successful return, RENAME3res.status is NFS3_OK and
  4027.       RENAME3res.resok contains:
  4028.  
  4029.  
  4030.  
  4031.  
  4032.  
  4033.  
  4034. Callaghan, el al             Informational                     [Page 72]
  4035.  
  4036. RFC 1813                 NFS Version 3 Protocol                June 1995
  4037.  
  4038.  
  4039.       fromdir_wcc
  4040.          Weak cache consistency data for the directory,
  4041.          from.dir.
  4042.  
  4043.       todir_wcc
  4044.          Weak cache consistency data for the directory, to.dir.
  4045.  
  4046.       Otherwise, RENAME3res.status contains the error on failure
  4047.       and RENAME3res.resfail contains the following:
  4048.  
  4049.       fromdir_wcc
  4050.          Weak cache consistency data for the directory,
  4051.          from.dir.
  4052.  
  4053.       todir_wcc
  4054.          Weak cache consistency data for the directory, to.dir.
  4055.  
  4056.    IMPLEMENTATION
  4057.       The RENAME operation must be atomic to the client. The
  4058.       message "to.dir and from.dir must reside on the same file
  4059.       system on the server, [or the operation will fail]" means
  4060.       that the fsid fields in the attributes for the directories
  4061.       are the same. If they reside on different file systems,
  4062.       the error, NFS3ERR_XDEV, is returned. Even though the
  4063.       operation is atomic, the status, NFS3ERR_MLINK, may be
  4064.       returned if the server used a "unlink/link/unlink"
  4065.       sequence internally.
  4066.  
  4067.       A file handle may or may not become stale on a rename.
  4068.       However, server implementors are strongly encouraged to
  4069.       attempt to keep file handles from becoming stale in this
  4070.       fashion.
  4071.  
  4072.       On some servers, the filenames, "." and "..", are illegal
  4073.       as either from.name or to.name. In addition, neither
  4074.       from.name nor to.name can be an alias for from.dir. These
  4075.       servers will return the error, NFS3ERR_INVAL, in these
  4076.       cases.
  4077.  
  4078.       If from and to both refer to the same file (they might
  4079.       be hard links of each other), then RENAME should perform
  4080.       no action and return NFS3_OK.
  4081.  
  4082.       Refer to General comments on filenames on page 30.
  4083.  
  4084.  
  4085.  
  4086.  
  4087.  
  4088.  
  4089.  
  4090. Callaghan, el al             Informational                     [Page 73]
  4091.  
  4092. RFC 1813                 NFS Version 3 Protocol                June 1995
  4093.  
  4094.  
  4095.    ERRORS
  4096.  
  4097.       NFS3ERR_NOENT
  4098.       NFS3ERR_IO
  4099.       NFS3ERR_ACCES
  4100.       NFS3ERR_EXIST
  4101.       NFS3ERR_XDEV
  4102.       NFS3ERR_NOTDIR
  4103.       NFS3ERR_ISDIR
  4104.       NFS3ERR_INVAL
  4105.       NFS3ERR_NOSPC
  4106.       NFS3ERR_ROFS
  4107.       NFS3ERR_MLINK
  4108.       NFS3ERR_NAMETOOLONG
  4109.       NFS3ERR_NOTEMPTY
  4110.       NFS3ERR_DQUOT
  4111.       NFS3ERR_STALE
  4112.       NFS3ERR_BADHANDLE
  4113.       NFS3ERR_NOTSUPP
  4114.       NFS3ERR_SERVERFAULT
  4115.  
  4116.    SEE ALSO
  4117.  
  4118.    REMOVE and LINK.
  4119.  
  4120. 3.3.15 Procedure 15: LINK - Create Link to an object
  4121.  
  4122.    SYNOPSIS
  4123.  
  4124.       LINK3res NFSPROC3_LINK(LINK3args) = 15;
  4125.  
  4126.       struct LINK3args {
  4127.            nfs_fh3     file;
  4128.            diropargs3  link;
  4129.       };
  4130.  
  4131.       struct LINK3resok {
  4132.            post_op_attr   file_attributes;
  4133.            wcc_data       linkdir_wcc;
  4134.       };
  4135.  
  4136.       struct LINK3resfail {
  4137.            post_op_attr   file_attributes;
  4138.            wcc_data       linkdir_wcc;
  4139.       };
  4140.  
  4141.       union LINK3res switch (nfsstat3 status) {
  4142.       case NFS3_OK:
  4143.  
  4144.  
  4145.  
  4146. Callaghan, el al             Informational                     [Page 74]
  4147.  
  4148. RFC 1813                 NFS Version 3 Protocol                June 1995
  4149.  
  4150.  
  4151.            LINK3resok    resok;
  4152.       default:
  4153.            LINK3resfail  resfail;
  4154.       };
  4155.  
  4156.    DESCRIPTION
  4157.  
  4158.       Procedure LINK creates a hard link from file to link.name,
  4159.       in the directory, link.dir. file and link.dir must reside
  4160.       on the same file system and server. On entry, the
  4161.       arguments in LINK3args are:
  4162.  
  4163.       file
  4164.          The file handle for the existing file system object.
  4165.  
  4166.       link
  4167.          The location of the link to be created:
  4168.  
  4169.          link.dir
  4170.             The file handle for the directory in which the link
  4171.             is to be created.
  4172.  
  4173.          link.name
  4174.             The name that is to be associated with the created
  4175.             link. Refer to General comments on filenames on page
  4176.             17.
  4177.  
  4178.       On successful return, LINK3res.status is NFS3_OK and
  4179.       LINK3res.resok contains:
  4180.  
  4181.       file_attributes
  4182.          The post-operation attributes of the file system object
  4183.          identified by file.
  4184.  
  4185.       linkdir_wcc
  4186.          Weak cache consistency data for the directory,
  4187.          link.dir.
  4188.  
  4189.       Otherwise, LINK3res.status contains the error on failure
  4190.       and LINK3res.resfail contains the following:
  4191.  
  4192.       file_attributes
  4193.          The post-operation attributes of the file system object
  4194.          identified by file.
  4195.  
  4196.       linkdir_wcc
  4197.          Weak cache consistency data for the directory,
  4198.          link.dir.
  4199.  
  4200.  
  4201.  
  4202. Callaghan, el al             Informational                     [Page 75]
  4203.  
  4204. RFC 1813                 NFS Version 3 Protocol                June 1995
  4205.  
  4206.  
  4207.    IMPLEMENTATION
  4208.  
  4209.       Changes to any property of the hard-linked files are
  4210.       reflected in all of the linked files. When a hard link is
  4211.       made to a file, the attributes for the file should have a
  4212.       value for nlink that is one greater than the value before
  4213.       the LINK.
  4214.  
  4215.       The comments under RENAME regarding object and target
  4216.       residing on the same file system apply here as well. The
  4217.       comments regarding the target name applies as well. Refer
  4218.       to General comments on filenames on page 30.
  4219.  
  4220.    ERRORS
  4221.  
  4222.       NFS3ERR_IO
  4223.       NFS3ERR_ACCES
  4224.       NFS3ERR_EXIST
  4225.       NFS3ERR_XDEV
  4226.       NFS3ERR_NOTDIR
  4227.       NFS3ERR_INVAL
  4228.       NFS3ERR_NOSPC
  4229.       NFS3ERR_ROFS
  4230.       NFS3ERR_MLINK
  4231.       NFS3ERR_NAMETOOLONG
  4232.       NFS3ERR_DQUOT
  4233.       NFS3ERR_STALE
  4234.       NFS3ERR_BADHANDLE
  4235.       NFS3ERR_NOTSUPP
  4236.       NFS3ERR_SERVERFAULT
  4237.  
  4238.    SEE ALSO
  4239.  
  4240.       SYMLINK, RENAME and FSINFO.
  4241.  
  4242. 3.3.16 Procedure 16: READDIR - Read From Directory
  4243.  
  4244.    SYNOPSIS
  4245.  
  4246.       READDIR3res NFSPROC3_READDIR(READDIR3args) = 16;
  4247.  
  4248.       struct READDIR3args {
  4249.            nfs_fh3      dir;
  4250.            cookie3      cookie;
  4251.            cookieverf3  cookieverf;
  4252.            count3       count;
  4253.       };
  4254.  
  4255.  
  4256.  
  4257.  
  4258. Callaghan, el al             Informational                     [Page 76]
  4259.  
  4260. RFC 1813                 NFS Version 3 Protocol                June 1995
  4261.  
  4262.  
  4263.       struct entry3 {
  4264.            fileid3      fileid;
  4265.            filename3    name;
  4266.            cookie3      cookie;
  4267.            entry3       *nextentry;
  4268.       };
  4269.  
  4270.       struct dirlist3 {
  4271.            entry3       *entries;
  4272.            bool         eof;
  4273.       };
  4274.  
  4275.       struct READDIR3resok {
  4276.            post_op_attr dir_attributes;
  4277.            cookieverf3  cookieverf;
  4278.            dirlist3     reply;
  4279.       };
  4280.  
  4281.       struct READDIR3resfail {
  4282.            post_op_attr dir_attributes;
  4283.       };
  4284.  
  4285.       union READDIR3res switch (nfsstat3 status) {
  4286.       case NFS3_OK:
  4287.            READDIR3resok   resok;
  4288.       default:
  4289.            READDIR3resfail resfail;
  4290.       };
  4291.  
  4292.    DESCRIPTION
  4293.  
  4294.       Procedure READDIR retrieves a variable number of entries,
  4295.       in sequence, from a directory and returns the name and
  4296.       file identifier for each, with information to allow the
  4297.       client to request additional directory entries in a
  4298.       subsequent READDIR request. On entry, the arguments in
  4299.       READDIR3args are:
  4300.  
  4301.       dir
  4302.          The file handle for the directory to be read.
  4303.  
  4304.       cookie
  4305.          This should be set to 0 in the first request to read
  4306.          the directory. On subsequent requests, it should be a
  4307.          cookie as returned by the server.
  4308.  
  4309.  
  4310.  
  4311.  
  4312.  
  4313.  
  4314. Callaghan, el al             Informational                     [Page 77]
  4315.  
  4316. RFC 1813                 NFS Version 3 Protocol                June 1995
  4317.  
  4318.  
  4319.       cookieverf
  4320.          This should be set to 0 in the first request to read
  4321.          the directory. On subsequent requests, it should be a
  4322.          cookieverf as returned by the server. The cookieverf
  4323.          must match that returned by the READDIR in which the
  4324.          cookie was acquired.
  4325.  
  4326.       count
  4327.          The maximum size of the READDIR3resok structure, in
  4328.          bytes.  The size must include all XDR overhead. The
  4329.          server is free to return less than count bytes of
  4330.          data.
  4331.  
  4332.       On successful return, READDIR3res.status is NFS3_OK and
  4333.       READDIR3res.resok contains:
  4334.  
  4335.       dir_attributes
  4336.          The attributes of the directory, dir.
  4337.  
  4338.       cookieverf
  4339.          The cookie verifier.
  4340.  
  4341.       reply
  4342.          The directory list:
  4343.  
  4344.          entries
  4345.             Zero or more directory (entry3) entries.
  4346.  
  4347.          eof
  4348.             TRUE if the last member of reply.entries is the last
  4349.             entry in the directory or the list reply.entries is
  4350.             empty and the cookie corresponded to the end of the
  4351.             directory. If FALSE, there may be more entries to
  4352.             read.
  4353.  
  4354.       Otherwise, READDIR3res.status contains the error on
  4355.       failure and READDIR3res.resfail contains the following:
  4356.  
  4357.       dir_attributes
  4358.          The attributes of the directory, dir.
  4359.  
  4360.    IMPLEMENTATION
  4361.  
  4362.       In the NFS version 2 protocol, each directory entry
  4363.       returned included a cookie identifying a point in the
  4364.       directory. By including this cookie in a subsequent
  4365.       READDIR, the client could resume the directory read at any
  4366.       point in the directory.  One problem with this scheme was
  4367.  
  4368.  
  4369.  
  4370. Callaghan, el al             Informational                     [Page 78]
  4371.  
  4372. RFC 1813                 NFS Version 3 Protocol                June 1995
  4373.  
  4374.  
  4375.       that there was no easy way for a server to verify that a
  4376.       cookie was valid. If two READDIRs were separated by one or
  4377.       more operations that changed the directory in some way
  4378.       (for example, reordering or compressing it), it was
  4379.       possible that the second READDIR could miss entries, or
  4380.       process entries more than once. If the cookie was no
  4381.       longer usable, for example, pointing into the middle of a
  4382.       directory entry, the server would have to either round the
  4383.       cookie down to the cookie of the previous entry or round
  4384.       it up to the cookie of the next entry in the directory.
  4385.       Either way would possibly lead to incorrect results and
  4386.       the client would be unaware that any problem existed.
  4387.  
  4388.       In the NFS version 3 protocol, each READDIR request
  4389.       includes both a cookie and a cookie verifier. For the
  4390.       first call, both are set to 0.  The response includes a
  4391.       new cookie verifier, with a cookie per entry.  For
  4392.       subsequent READDIRs, the client must present both the
  4393.       cookie and the corresponding cookie verifier.  If the
  4394.       server detects that the cookie is no longer valid, the
  4395.       server will reject the READDIR request with the status,
  4396.       NFS3ERR_BAD_COOKIE. The client should be careful to
  4397.       avoid holding directory entry cookies across operations
  4398.       that modify the directory contents, such as REMOVE and
  4399.       CREATE.
  4400.  
  4401.       One implementation of the cookie-verifier mechanism might
  4402.       be for the server to use the modification time of the
  4403.       directory. This might be overly restrictive, however. A
  4404.       better approach would be to record the time of the last
  4405.       directory modification that changed the directory
  4406.       organization in a way that would make it impossible to
  4407.       reliably interpret a cookie. Servers in which directory
  4408.       cookies are always valid are free to use zero as the
  4409.       verifier always.
  4410.  
  4411.       The server may return fewer than count bytes of
  4412.       XDR-encoded entries.  The count specified by the client in
  4413.       the request should be greater than or equal to FSINFO
  4414.       dtpref.
  4415.  
  4416.       Since UNIX clients give a special meaning to the fileid
  4417.       value zero, UNIX clients should be careful to map zero
  4418.       fileid values to some other value and servers should try
  4419.       to avoid sending a zero fileid.
  4420.  
  4421.  
  4422.  
  4423.  
  4424.  
  4425.  
  4426. Callaghan, el al             Informational                     [Page 79]
  4427.  
  4428. RFC 1813                 NFS Version 3 Protocol                June 1995
  4429.  
  4430.  
  4431.    ERRORS
  4432.  
  4433.       NFS3ERR_IO
  4434.       NFS3ERR_ACCES
  4435.       NFS3ERR_NOTDIR
  4436.       NFS3ERR_BAD_COOKIE
  4437.       NFS3ERR_TOOSMALL
  4438.       NFS3ERR_STALE
  4439.       NFS3ERR_BADHANDLE
  4440.       NFS3ERR_SERVERFAULT
  4441.  
  4442.    SEE ALSO
  4443.  
  4444.       READDIRPLUS and FSINFO.
  4445.  
  4446. 3.3.17 Procedure 17: READDIRPLUS - Extended read from directory
  4447.  
  4448.    SYNOPSIS
  4449.  
  4450.       READDIRPLUS3res NFSPROC3_READDIRPLUS(READDIRPLUS3args) = 17;
  4451.  
  4452.       struct READDIRPLUS3args {
  4453.            nfs_fh3      dir;
  4454.            cookie3      cookie;
  4455.            cookieverf3  cookieverf;
  4456.            count3       dircount;
  4457.            count3       maxcount;
  4458.       };
  4459.  
  4460.       struct entryplus3 {
  4461.            fileid3      fileid;
  4462.            filename3    name;
  4463.            cookie3      cookie;
  4464.            post_op_attr name_attributes;
  4465.            post_op_fh3  name_handle;
  4466.            entryplus3   *nextentry;
  4467.       };
  4468.  
  4469.       struct dirlistplus3 {
  4470.            entryplus3   *entries;
  4471.            bool         eof;
  4472.       };
  4473.  
  4474.       struct READDIRPLUS3resok {
  4475.            post_op_attr dir_attributes;
  4476.            cookieverf3  cookieverf;
  4477.            dirlistplus3 reply;
  4478.       };
  4479.  
  4480.  
  4481.  
  4482. Callaghan, el al             Informational                     [Page 80]
  4483.  
  4484. RFC 1813                 NFS Version 3 Protocol                June 1995
  4485.  
  4486.  
  4487.  
  4488.       struct READDIRPLUS3resfail {
  4489.            post_op_attr dir_attributes;
  4490.       };
  4491.  
  4492.       union READDIRPLUS3res switch (nfsstat3 status) {
  4493.       case NFS3_OK:
  4494.            READDIRPLUS3resok   resok;
  4495.       default:
  4496.            READDIRPLUS3resfail resfail;
  4497.       };
  4498.  
  4499.    DESCRIPTION
  4500.  
  4501.       Procedure READDIRPLUS retrieves a variable number of
  4502.       entries from a file system directory and returns complete
  4503.       information about each along with information to allow the
  4504.       client to request additional directory entries in a
  4505.       subsequent READDIRPLUS.  READDIRPLUS differs from READDIR
  4506.       only in the amount of information returned for each
  4507.       entry.  In READDIR, each entry returns the filename and
  4508.       the fileid.  In READDIRPLUS, each entry returns the name,
  4509.       the fileid, attributes (including the fileid), and file
  4510.       handle. On entry, the arguments in READDIRPLUS3args are:
  4511.  
  4512.       dir
  4513.          The file handle for the directory to be read.
  4514.  
  4515.       cookie
  4516.          This should be set to 0 on the first request to read a
  4517.          directory. On subsequent requests, it should be a
  4518.          cookie as returned by the server.
  4519.  
  4520.       cookieverf
  4521.          This should be set to 0 on the first request to read a
  4522.          directory. On subsequent requests, it should be a
  4523.          cookieverf as returned by the server. The cookieverf
  4524.          must match that returned by the READDIRPLUS call in
  4525.          which the cookie was acquired.
  4526.  
  4527.       dircount
  4528.          The maximum number of bytes of directory information
  4529.          returned. This number should not include the size of
  4530.          the attributes and file handle portions of the result.
  4531.  
  4532.       maxcount
  4533.          The maximum size of the READDIRPLUS3resok structure, in
  4534.          bytes. The size must include all XDR overhead. The
  4535.  
  4536.  
  4537.  
  4538. Callaghan, el al             Informational                     [Page 81]
  4539.  
  4540. RFC 1813                 NFS Version 3 Protocol                June 1995
  4541.  
  4542.  
  4543.          server is free to return fewer than maxcount bytes of
  4544.          data.
  4545.  
  4546.       On successful return, READDIRPLUS3res.status is NFS3_OK
  4547.       and READDIRPLUS3res.resok contains:
  4548.  
  4549.       dir_attributes
  4550.          The attributes of the directory, dir.
  4551.  
  4552.       cookieverf
  4553.          The cookie verifier.
  4554.  
  4555.       reply
  4556.          The directory list:
  4557.  
  4558.          entries
  4559.             Zero or more directory (entryplus3) entries.
  4560.  
  4561.          eof
  4562.             TRUE if the last member of reply.entries is the last
  4563.             entry in the directory or the list reply.entries is
  4564.             empty and the cookie corresponded to the end of the
  4565.             directory. If FALSE, there may be more entries to
  4566.             read.
  4567.  
  4568.       Otherwise, READDIRPLUS3res.status contains the error on
  4569.       failure and READDIRPLUS3res.resfail contains the following:
  4570.  
  4571.       dir_attributes
  4572.          The attributes of the directory, dir.
  4573.  
  4574.    IMPLEMENTATION
  4575.  
  4576.       Issues that need to be understood for this procedure
  4577.       include increased cache flushing activity on the client
  4578.       (as new file handles are returned with names which are
  4579.       entered into caches) and over-the-wire overhead versus
  4580.       expected subsequent LOOKUP elimination. It is thought that
  4581.       this procedure may improve performance for directory
  4582.       browsing where attributes are always required as on the
  4583.       Apple Macintosh operating system and for MS-DOS.
  4584.  
  4585.       The dircount and maxcount fields are included as an
  4586.       optimization.  Consider a READDIRPLUS call on a UNIX
  4587.       operating system implementation for 1048 bytes; the reply
  4588.       does not contain many entries because of the overhead due
  4589.       to attributes and file handles. An alternative is to issue
  4590.       a READDIRPLUS call for 8192 bytes and then only use the
  4591.  
  4592.  
  4593.  
  4594. Callaghan, el al             Informational                     [Page 82]
  4595.  
  4596. RFC 1813                 NFS Version 3 Protocol                June 1995
  4597.  
  4598.  
  4599.       first 1048 bytes of directory information. However, the
  4600.       server doesn't know that all that is needed is 1048 bytes
  4601.       of directory information (as would be returned by
  4602.       READDIR). It sees the 8192 byte request and issues a
  4603.       VOP_READDIR for 8192 bytes. It then steps through all of
  4604.       those directory entries, obtaining attributes and file
  4605.       handles for each entry.  When it encodes the result, the
  4606.       server only encodes until it gets 8192 bytes of results
  4607.       which include the attributes and file handles. Thus, it
  4608.       has done a larger VOP_READDIR and many more attribute
  4609.       fetches than it needed to. The ratio of the directory
  4610.       entry size to the size of the attributes plus the size of
  4611.       the file handle is usually at least 8 to 1. The server has
  4612.       done much more work than it needed to.
  4613.  
  4614.       The solution to this problem is for the client to provide
  4615.       two counts to the server. The first is the number of bytes
  4616.       of directory information that the client really wants,
  4617.       dircount.  The second is the maximum number of bytes in
  4618.       the result, including the attributes and file handles,
  4619.       maxcount. Thus, the server will issue a VOP_READDIR for
  4620.       only the number of bytes that the client really wants to
  4621.       get, not an inflated number.  This should help to reduce
  4622.       the size of VOP_READDIR requests on the server, thus
  4623.       reducing the amount of work done there, and to reduce the
  4624.       number of VOP_LOOKUP, VOP_GETATTR, and other calls done by
  4625.       the server to construct attributes and file handles.
  4626.  
  4627.    ERRORS
  4628.  
  4629.       NFS3ERR_IO
  4630.       NFS3ERR_ACCES
  4631.       NFS3ERR_NOTDIR
  4632.       NFS3ERR_BAD_COOKIE
  4633.       NFS3ERR_TOOSMALL
  4634.       NFS3ERR_STALE
  4635.       NFS3ERR_BADHANDLE
  4636.       NFS3ERR_NOTSUPP
  4637.       NFS3ERR_SERVERFAULT
  4638.  
  4639.    SEE ALSO
  4640.  
  4641.       READDIR.
  4642.  
  4643.  
  4644.  
  4645.  
  4646.  
  4647.  
  4648.  
  4649.  
  4650. Callaghan, el al             Informational                     [Page 83]
  4651.  
  4652. RFC 1813                 NFS Version 3 Protocol                June 1995
  4653.  
  4654.  
  4655. 3.3.18 Procedure 18: FSSTAT - Get dynamic file system information
  4656.  
  4657.    SYNOPSIS
  4658.  
  4659.       FSSTAT3res NFSPROC3_FSSTAT(FSSTAT3args) = 18;
  4660.  
  4661.       struct FSSTAT3args {
  4662.            nfs_fh3   fsroot;
  4663.       };
  4664.  
  4665.       struct FSSTAT3resok {
  4666.            post_op_attr obj_attributes;
  4667.            size3        tbytes;
  4668.            size3        fbytes;
  4669.            size3        abytes;
  4670.            size3        tfiles;
  4671.            size3        ffiles;
  4672.            size3        afiles;
  4673.            uint32       invarsec;
  4674.       };
  4675.  
  4676.       struct FSSTAT3resfail {
  4677.            post_op_attr obj_attributes;
  4678.       };
  4679.  
  4680.       union FSSTAT3res switch (nfsstat3 status) {
  4681.       case NFS3_OK:
  4682.            FSSTAT3resok   resok;
  4683.       default:
  4684.            FSSTAT3resfail resfail;
  4685.       };
  4686.  
  4687.    DESCRIPTION
  4688.  
  4689.       Procedure FSSTAT retrieves volatile file system state
  4690.       information. On entry, the arguments in FSSTAT3args are:
  4691.  
  4692.       fsroot
  4693.          A file handle identifying a object in the file system.
  4694.          This is normally a file handle for a mount point for a
  4695.          file system, as originally obtained from the MOUNT
  4696.          service on the server.
  4697.  
  4698.       On successful return, FSSTAT3res.status is NFS3_OK and
  4699.       FSSTAT3res.resok contains:
  4700.  
  4701.  
  4702.  
  4703.  
  4704.  
  4705.  
  4706. Callaghan, el al             Informational                     [Page 84]
  4707.  
  4708. RFC 1813                 NFS Version 3 Protocol                June 1995
  4709.  
  4710.  
  4711.       obj_attributes
  4712.          The attributes of the file system object specified in
  4713.          fsroot.
  4714.  
  4715.       tbytes
  4716.          The total size, in bytes, of the file system.
  4717.  
  4718.       fbytes
  4719.          The amount of free space, in bytes, in the file
  4720.          system.
  4721.  
  4722.       abytes
  4723.          The amount of free space, in bytes, available to the
  4724.          user identified by the authentication information in
  4725.          the RPC.  (This reflects space that is reserved by the
  4726.          file system; it does not reflect any quota system
  4727.          implemented by the server.)
  4728.  
  4729.       tfiles
  4730.          The total number of file slots in the file system. (On
  4731.          a UNIX server, this often corresponds to the number of
  4732.          inodes configured.)
  4733.  
  4734.       ffiles
  4735.          The number of free file slots in the file system.
  4736.  
  4737.       afiles
  4738.          The number of free file slots that are available to the
  4739.          user corresponding to the authentication information in
  4740.          the RPC.  (This reflects slots that are reserved by the
  4741.          file system; it does not reflect any quota system
  4742.          implemented by the server.)
  4743.  
  4744.       invarsec
  4745.          A measure of file system volatility: this is the number
  4746.          of seconds for which the file system is not expected to
  4747.          change. For a volatile, frequently updated file system,
  4748.          this will be 0. For an immutable file system, such as a
  4749.          CD-ROM, this would be the largest unsigned integer. For
  4750.          file systems that are infrequently modified, for
  4751.          example, one containing local executable programs and
  4752.          on-line documentation, a value corresponding to a few
  4753.          hours or days might be used. The client may use this as
  4754.          a hint in tuning its cache management. Note however,
  4755.          this measure is assumed to be dynamic and may change at
  4756.          any time.
  4757.  
  4758.  
  4759.  
  4760.  
  4761.  
  4762. Callaghan, el al             Informational                     [Page 85]
  4763.  
  4764. RFC 1813                 NFS Version 3 Protocol                June 1995
  4765.  
  4766.  
  4767.       Otherwise, FSSTAT3res.status contains the error on failure
  4768.       and FSSTAT3res.resfail contains the following:
  4769.  
  4770.       obj_attributes
  4771.          The attributes of the file system object specified in
  4772.          fsroot.
  4773.  
  4774.    IMPLEMENTATION
  4775.  
  4776.       Not all implementations can support the entire list of
  4777.       attributes. It is expected that servers will make a best
  4778.       effort at supporting all the attributes.
  4779.  
  4780.    ERRORS
  4781.  
  4782.       NFS3ERR_IO
  4783.       NFS3ERR_STALE
  4784.       NFS3ERR_BADHANDLE
  4785.       NFS3ERR_SERVERFAULT
  4786.  
  4787.    SEE ALSO
  4788.  
  4789.       FSINFO.
  4790.  
  4791. 3.3.19 Procedure 19: FSINFO - Get static file system Information
  4792.  
  4793.    SYNOPSIS
  4794.  
  4795.       FSINFO3res NFSPROC3_FSINFO(FSINFO3args) = 19;
  4796.  
  4797.       const FSF3_LINK        = 0x0001;
  4798.       const FSF3_SYMLINK     = 0x0002;
  4799.       const FSF3_HOMOGENEOUS = 0x0008;
  4800.       const FSF3_CANSETTIME  = 0x0010;
  4801.  
  4802.       struct FSINFOargs {
  4803.            nfs_fh3   fsroot;
  4804.       };
  4805.  
  4806.       struct FSINFO3resok {
  4807.            post_op_attr obj_attributes;
  4808.            uint32       rtmax;
  4809.            uint32       rtpref;
  4810.            uint32       rtmult;
  4811.            uint32       wtmax;
  4812.            uint32       wtpref;
  4813.            uint32       wtmult;
  4814.            uint32       dtpref;
  4815.  
  4816.  
  4817.  
  4818. Callaghan, el al             Informational                     [Page 86]
  4819.  
  4820. RFC 1813                 NFS Version 3 Protocol                June 1995
  4821.  
  4822.  
  4823.            size3        maxfilesize;
  4824.            nfstime3     time_delta;
  4825.            uint32       properties;
  4826.       };
  4827.  
  4828.       struct FSINFO3resfail {
  4829.            post_op_attr obj_attributes;
  4830.       };
  4831.  
  4832.       union FSINFO3res switch (nfsstat3 status) {
  4833.       case NFS3_OK:
  4834.            FSINFO3resok   resok;
  4835.       default:
  4836.            FSINFO3resfail resfail;
  4837.       };
  4838.  
  4839.    DESCRIPTION
  4840.  
  4841.       Procedure FSINFO retrieves nonvolatile file system state
  4842.       information and general information about the NFS version
  4843.       3 protocol server implementation. On entry, the arguments
  4844.       in FSINFO3args are:
  4845.  
  4846.       fsroot
  4847.          A file handle identifying a file object. Normal usage
  4848.          is to provide a file handle for a mount point for a
  4849.          file system, as originally obtained from the MOUNT
  4850.          service on the server.
  4851.  
  4852.       On successful return, FSINFO3res.status is NFS3_OK and
  4853.       FSINFO3res.resok contains:
  4854.  
  4855.       obj_attributes
  4856.          The attributes of the file system object specified in
  4857.          fsroot.
  4858.  
  4859.       rtmax
  4860.          The maximum size in bytes of a READ request supported
  4861.          by the server. Any READ with a number greater than
  4862.          rtmax will result in a short read of rtmax bytes or
  4863.          less.
  4864.  
  4865.       rtpref
  4866.          The preferred size of a READ request. This should be
  4867.          the same as rtmax unless there is a clear benefit in
  4868.          performance or efficiency.
  4869.  
  4870.  
  4871.  
  4872.  
  4873.  
  4874. Callaghan, el al             Informational                     [Page 87]
  4875.  
  4876. RFC 1813                 NFS Version 3 Protocol                June 1995
  4877.  
  4878.  
  4879.       rtmult
  4880.          The suggested multiple for the size of a READ request.
  4881.  
  4882.       wtmax
  4883.          The maximum size of a WRITE request supported by the
  4884.          server.  In general, the client is limited by wtmax
  4885.          since there is no guarantee that a server can handle a
  4886.          larger write. Any WRITE with a count greater than wtmax
  4887.          will result in a short write of at most wtmax bytes.
  4888.  
  4889.       wtpref
  4890.          The preferred size of a WRITE request. This should be
  4891.          the same as wtmax unless there is a clear benefit in
  4892.          performance or efficiency.
  4893.  
  4894.       wtmult
  4895.          The suggested multiple for the size of a WRITE
  4896.          request.
  4897.  
  4898.       dtpref
  4899.          The preferred size of a READDIR request.
  4900.  
  4901.       maxfilesize
  4902.          The maximum size of a file on the file system.
  4903.  
  4904.       time_delta
  4905.          The server time granularity. When setting a file time
  4906.          using SETATTR, the server guarantees only to preserve
  4907.          times to this accuracy. If this is {0, 1}, the server
  4908.          can support nanosecond times, {0, 1000000} denotes
  4909.          millisecond precision, and {1, 0} indicates that times
  4910.          are accurate only to the nearest second.
  4911.  
  4912.       properties
  4913.          A bit mask of file system properties. The following
  4914.          values are defined:
  4915.  
  4916.          FSF_LINK
  4917.             If this bit is 1 (TRUE), the file system supports
  4918.             hard links.
  4919.  
  4920.          FSF_SYMLINK
  4921.             If this bit is 1 (TRUE), the file system supports
  4922.             symbolic links.
  4923.  
  4924.          FSF_HOMOGENEOUS
  4925.             If this bit is 1 (TRUE), the information returned by
  4926.             PATHCONF is identical for every file and directory
  4927.  
  4928.  
  4929.  
  4930. Callaghan, el al             Informational                     [Page 88]
  4931.  
  4932. RFC 1813                 NFS Version 3 Protocol                June 1995
  4933.  
  4934.  
  4935.             in the file system. If it is 0 (FALSE), the client
  4936.             should retrieve PATHCONF information for each file
  4937.             and directory as required.
  4938.  
  4939.          FSF_CANSETTIME
  4940.             If this bit is 1 (TRUE), the server will set the
  4941.             times for a file via SETATTR if requested (to the
  4942.             accuracy indicated by time_delta). If it is 0
  4943.             (FALSE), the server cannot set times as requested.
  4944.  
  4945.       Otherwise, FSINFO3res.status contains the error on failure
  4946.       and FSINFO3res.resfail contains the following:
  4947.  
  4948.       attributes
  4949.          The attributes of the file system object specified in
  4950.          fsroot.
  4951.  
  4952.    IMPLEMENTATION
  4953.  
  4954.       Not all implementations can support the entire list of
  4955.       attributes. It is expected that a server will make a best
  4956.       effort at supporting all the attributes.
  4957.  
  4958.       The file handle provided is expected to be the file handle
  4959.       of the file system root, as returned to the MOUNT
  4960.       operation.  Since mounts may occur anywhere within an
  4961.       exported tree, the server should expect FSINFO requests
  4962.       specifying file handles within the exported file system.
  4963.       A server may export different types of file systems with
  4964.       different attributes returned to the FSINFO call. The
  4965.       client should retrieve FSINFO information for each mount
  4966.       completed. Though a server may return different FSINFO
  4967.       information for different files within a file system,
  4968.       there is no requirement that a client obtain FSINFO
  4969.       information for other than the file handle returned at
  4970.       mount.
  4971.  
  4972.       The maxfilesize field determines whether a server's
  4973.       particular file system uses 32 bit sizes and offsets or 64
  4974.       bit file sizes and offsets. This may affect a client's
  4975.       processing.
  4976.  
  4977.       The preferred sizes for requests are nominally tied to an
  4978.       exported file system mounted by a client. A surmountable
  4979.       issue arises in that the transfer size for an NFS version
  4980.       3 protocol request is not only dependent on
  4981.       characteristics of the file system but also on
  4982.       characteristics of the network interface, particularly the
  4983.  
  4984.  
  4985.  
  4986. Callaghan, el al             Informational                     [Page 89]
  4987.  
  4988. RFC 1813                 NFS Version 3 Protocol                June 1995
  4989.  
  4990.  
  4991.       maximum transfer unit (MTU). A server implementation can
  4992.       advertise different transfer sizes (for the fields, rtmax,
  4993.       rtpref, wtmax, wtpref, and dtpref) depending on the
  4994.       interface on which the FSINFO request is received. This is
  4995.       an implementation issue.
  4996.  
  4997.    ERRORS
  4998.  
  4999.       NFS3ERR_STALE
  5000.       NFS3ERR_BADHANDLE
  5001.       NFS3ERR_SERVERFAULT
  5002.  
  5003.    SEE ALSO
  5004.  
  5005.       READLINK, WRITE, READDIR, FSSTAT and PATHCONF.
  5006.  
  5007. 3.3.20 Procedure 20: PATHCONF - Retrieve POSIX information
  5008.  
  5009.    SYNOPSIS
  5010.  
  5011.       PATHCONF3res NFSPROC3_PATHCONF(PATHCONF3args) = 20;
  5012.  
  5013.       struct PATHCONF3args {
  5014.            nfs_fh3   object;
  5015.       };
  5016.  
  5017.       struct PATHCONF3resok {
  5018.            post_op_attr obj_attributes;
  5019.            uint32       linkmax;
  5020.            uint32       name_max;
  5021.            bool         no_trunc;
  5022.            bool         chown_restricted;
  5023.            bool         case_insensitive;
  5024.            bool         case_preserving;
  5025.       };
  5026.  
  5027.       struct PATHCONF3resfail {
  5028.            post_op_attr obj_attributes;
  5029.       };
  5030.  
  5031.       union PATHCONF3res switch (nfsstat3 status) {
  5032.       case NFS3_OK:
  5033.            PATHCONF3resok   resok;
  5034.       default:
  5035.            PATHCONF3resfail resfail;
  5036.       };
  5037.  
  5038.  
  5039.  
  5040.  
  5041.  
  5042. Callaghan, el al             Informational                     [Page 90]
  5043.  
  5044. RFC 1813                 NFS Version 3 Protocol                June 1995
  5045.  
  5046.  
  5047.    DESCRIPTION
  5048.  
  5049.       Procedure PATHCONF retrieves the pathconf information for
  5050.       a file or directory. If the FSF_HOMOGENEOUS bit is set in
  5051.       FSFINFO3resok.properties, the pathconf information will be
  5052.       the same for all files and directories in the exported
  5053.       file system in which this file or directory resides. On
  5054.       entry, the arguments in PATHCONF3args are:
  5055.  
  5056.       object
  5057.          The file handle for the file system object.
  5058.  
  5059.       On successful return, PATHCONF3res.status is NFS3_OK and
  5060.       PATHCONF3res.resok contains:
  5061.  
  5062.       obj_attributes
  5063.          The attributes of the object specified by object.
  5064.  
  5065.       linkmax
  5066.          The maximum number of hard links to an object.
  5067.  
  5068.       name_max
  5069.          The maximum length of a component of a filename.
  5070.  
  5071.       no_trunc
  5072.          If TRUE, the server will reject any request that
  5073.          includes a name longer than name_max with the error,
  5074.          NFS3ERR_NAMETOOLONG. If FALSE, any length name over
  5075.          name_max bytes will be silently truncated to name_max
  5076.          bytes.
  5077.  
  5078.       chown_restricted
  5079.          If TRUE, the server will reject any request to change
  5080.          either the owner or the group associated with a file if
  5081.          the caller is not the privileged user. (Uid 0.)
  5082.  
  5083.       case_insensitive
  5084.          If TRUE, the server file system does not distinguish
  5085.          case when interpreting filenames.
  5086.  
  5087.       case_preserving
  5088.          If TRUE, the server file system will preserve the case
  5089.          of a name during a CREATE, MKDIR, MKNOD, SYMLINK,
  5090.          RENAME, or LINK operation.
  5091.  
  5092.       Otherwise, PATHCONF3res.status contains the error on
  5093.       failure and PATHCONF3res.resfail contains the following:
  5094.  
  5095.  
  5096.  
  5097.  
  5098. Callaghan, el al             Informational                     [Page 91]
  5099.  
  5100. RFC 1813                 NFS Version 3 Protocol                June 1995
  5101.  
  5102.  
  5103.       obj_attributes
  5104.          The attributes of the object specified by object.
  5105.  
  5106.    IMPLEMENTATION
  5107.  
  5108.       In some implementations of the NFS version 2 protocol,
  5109.       pathconf information was obtained at mount time through
  5110.       the MOUNT protocol.  The proper place to obtain it, is as
  5111.       here, in the NFS version 3 protocol itself.
  5112.  
  5113.    ERRORS
  5114.  
  5115.       NFS3ERR_STALE
  5116.       NFS3ERR_BADHANDLE
  5117.       NFS3ERR_SERVERFAULT
  5118.  
  5119.    SEE ALSO
  5120.  
  5121.       LOOKUP, CREATE, MKDIR, SYMLINK, MKNOD, RENAME, LINK and FSINFO.
  5122.  
  5123. 3.3.21 Procedure 21: COMMIT - Commit cached data on a server to stable
  5124.        storage
  5125.  
  5126.    SYNOPSIS
  5127.  
  5128.       COMMIT3res NFSPROC3_COMMIT(COMMIT3args) = 21;
  5129.  
  5130.       struct COMMIT3args {
  5131.            nfs_fh3    file;
  5132.            offset3    offset;
  5133.            count3     count;
  5134.       };
  5135.  
  5136.       struct COMMIT3resok {
  5137.            wcc_data   file_wcc;
  5138.            writeverf3 verf;
  5139.       };
  5140.  
  5141.       struct COMMIT3resfail {
  5142.            wcc_data   file_wcc;
  5143.       };
  5144.  
  5145.       union COMMIT3res switch (nfsstat3 status) {
  5146.       case NFS3_OK:
  5147.            COMMIT3resok   resok;
  5148.       default:
  5149.            COMMIT3resfail resfail;
  5150.       };
  5151.  
  5152.  
  5153.  
  5154. Callaghan, el al             Informational                     [Page 92]
  5155.  
  5156. RFC 1813                 NFS Version 3 Protocol                June 1995
  5157.  
  5158.  
  5159.  
  5160.    DESCRIPTION
  5161.  
  5162.       Procedure COMMIT forces or flushes data to stable storage
  5163.       that was previously written with a WRITE procedure call
  5164.       with the stable field set to UNSTABLE. On entry, the
  5165.       arguments in COMMIT3args are:
  5166.  
  5167.       file
  5168.          The file handle for the file to which data is to be
  5169.          flushed (committed). This must identify a file system
  5170.          object of type, NF3REG.
  5171.  
  5172.       offset
  5173.          The position within the file at which the flush is to
  5174.          begin.  An offset of 0 means to flush data starting at
  5175.          the beginning of the file.
  5176.  
  5177.       count
  5178.          The number of bytes of data to flush. If count is 0, a
  5179.          flush from offset to the end of file is done.
  5180.  
  5181.       On successful return, COMMIT3res.status is NFS3_OK and
  5182.       COMMIT3res.resok contains:
  5183.  
  5184.       file_wcc
  5185.          Weak cache consistency data for the file. For a client
  5186.          that requires only the post-operation file attributes,
  5187.          these can be found in file_wcc.after.
  5188.  
  5189.       verf
  5190.          This is a cookie that the client can use to determine
  5191.          whether the server has rebooted between a call to WRITE
  5192.          and a subsequent call to COMMIT. This cookie must be
  5193.          consistent during a single boot session and must be
  5194.          unique between instances of the NFS version 3 protocol
  5195.          server where uncommitted data may be lost.
  5196.  
  5197.       Otherwise, COMMIT3res.status contains the error on failure
  5198.       and COMMIT3res.resfail contains the following:
  5199.  
  5200.       file_wcc
  5201.          Weak cache consistency data for the file. For a client
  5202.          that requires only the post-write file attributes,
  5203.          these can be found in file_wcc.after. Even though the
  5204.          COMMIT failed, full wcc_data is returned to allow the
  5205.          client to determine whether the file changed on the
  5206.          server between calls to WRITE and COMMIT.
  5207.  
  5208.  
  5209.  
  5210. Callaghan, el al             Informational                     [Page 93]
  5211.  
  5212. RFC 1813                 NFS Version 3 Protocol                June 1995
  5213.  
  5214.  
  5215.    IMPLEMENTATION
  5216.  
  5217.       Procedure COMMIT is similar in operation and semantics to
  5218.       the POSIX fsync(2) system call that synchronizes a file's
  5219.       state with the disk, that is it flushes the file's data
  5220.       and metadata to disk. COMMIT performs the same operation
  5221.       for a client, flushing any unsynchronized data and
  5222.       metadata on the server to the server's disk for the
  5223.       specified file. Like fsync(2), it may be that there is
  5224.       some modified data or no modified data to synchronize. The
  5225.       data may have been synchronized by the server's normal
  5226.       periodic buffer synchronization activity. COMMIT will
  5227.       always return NFS3_OK, unless there has been an unexpected
  5228.       error.
  5229.  
  5230.       COMMIT differs from fsync(2) in that it is possible for
  5231.       the client to flush a range of the file (most likely
  5232.       triggered by a buffer-reclamation scheme on the client
  5233.       before file has been completely written).
  5234.  
  5235.       The server implementation of COMMIT is reasonably simple.
  5236.       If the server receives a full file COMMIT request, that is
  5237.       starting at offset 0 and count 0, it should do the
  5238.       equivalent of fsync()'ing the file. Otherwise, it should
  5239.       arrange to have the cached data in the range specified by
  5240.       offset and count to be flushed to stable storage.  In both
  5241.       cases, any metadata associated with the file must be
  5242.       flushed to stable storage before returning. It is not an
  5243.       error for there to be nothing to flush on the server.
  5244.       This means that the data and metadata that needed to be
  5245.       flushed have already been flushed or lost during the last
  5246.       server failure.
  5247.  
  5248.       The client implementation of COMMIT is a little more
  5249.       complex.  There are two reasons for wanting to commit a
  5250.       client buffer to stable storage. The first is that the
  5251.       client wants to reuse a buffer. In this case, the offset
  5252.       and count of the buffer are sent to the server in the
  5253.       COMMIT request. The server then flushes any cached data
  5254.       based on the offset and count, and flushes any metadata
  5255.       associated with the file. It then returns the status of
  5256.       the flush and the verf verifier.  The other reason for the
  5257.       client to generate a COMMIT is for a full file flush, such
  5258.       as may be done at close. In this case, the client would
  5259.       gather all of the buffers for this file that contain
  5260.       uncommitted data, do the COMMIT operation with an offset
  5261.       of 0 and count of 0, and then free all of those buffers.
  5262.       Any other dirty buffers would be sent to the server in the
  5263.  
  5264.  
  5265.  
  5266. Callaghan, el al             Informational                     [Page 94]
  5267.  
  5268. RFC 1813                 NFS Version 3 Protocol                June 1995
  5269.  
  5270.  
  5271.       normal fashion.
  5272.  
  5273.       This implementation will require some modifications to the
  5274.       buffer cache on the client. After a buffer is written with
  5275.       stable UNSTABLE, it must be considered as dirty by the
  5276.       client system until it is either flushed via a COMMIT
  5277.       operation or written via a WRITE operation with stable set
  5278.       to FILE_SYNC or DATA_SYNC. This is done to prevent the
  5279.       buffer from being freed and reused before the data can be
  5280.       flushed to stable storage on the server.
  5281.  
  5282.       When a response comes back from either a WRITE or a COMMIT
  5283.       operation that contains an unexpected verf, the client
  5284.       will need to retransmit all of the buffers containing
  5285.       uncommitted cached data to the server.  How this is to be
  5286.       done is up to the implementor. If there is only one buffer
  5287.       of interest, then it should probably be sent back over in
  5288.       a WRITE request with the appropriate stable flag. If there
  5289.       more than one, it might be worthwhile retransmitting all
  5290.       of the buffers in WRITE requests with stable set to
  5291.       UNSTABLE and then retransmitting the COMMIT operation to
  5292.       flush all of the data on the server to stable storage. The
  5293.       timing of these retransmissions is left to the
  5294.       implementor.
  5295.  
  5296.       The above description applies to page-cache-based systems
  5297.       as well as buffer-cache-based systems. In those systems,
  5298.       the virtual memory system will need to be modified instead
  5299.       of the buffer cache.
  5300.  
  5301.       See additional comments on WRITE on page 49.
  5302.  
  5303.    ERRORS
  5304.  
  5305.       NFS3ERR_IO
  5306.       NFS3ERR_STALE
  5307.       NFS3ERR_BADHANDLE
  5308.       NFS3ERR_SERVERFAULT
  5309.  
  5310.    SEE ALSO
  5311.  
  5312.       WRITE.
  5313.  
  5314.  
  5315.  
  5316.  
  5317.  
  5318.  
  5319.  
  5320.  
  5321.  
  5322. Callaghan, el al             Informational                     [Page 95]
  5323.  
  5324. RFC 1813                 NFS Version 3 Protocol                June 1995
  5325.  
  5326.  
  5327. 4. Implementation issues
  5328.  
  5329.    The NFS version 3 protocol was designed to allow different
  5330.    operating systems to share files. However, since it was
  5331.    designed in a UNIX environment, many operations have
  5332.    semantics similar to the operations of the UNIX file system.
  5333.    This section discusses some of the general
  5334.    implementation-specific details and semantic issues.
  5335.    Procedure descriptions have implementation comments specific
  5336.    to that procedure.
  5337.  
  5338.    A number of papers have been written describing issues
  5339.    encountered when constructing an NFS version 2 protocol
  5340.    implementation. The best overview paper is still [Sandberg].
  5341.    [Israel], [Macklem], and [Pawlowski] describe other
  5342.    implementations. [X/OpenNFS] provides a complete description
  5343.    of the NFS version 2 protocol and supporting protocols, as
  5344.    well as a discussion on implementation issues and procedure
  5345.    and error semantics. Many of the issues encountered when
  5346.    constructing an NFS version 2 protocol implementation will be
  5347.    encountered when constructing an NFS version 3 protocol
  5348.    implementation.
  5349.  
  5350. 4.1 Multiple version support
  5351.  
  5352.    The RPC protocol provides explicit support for versioning of
  5353.    a service. Client and server implementations of NFS version 3
  5354.    protocol should support both versions, for full backwards
  5355.    compatibility, when possible. Default behavior of the RPC
  5356.    binding protocol is the client and server bind using the
  5357.    highest version number they both support. Client or server
  5358.    implementations that cannot easily support both versions (for
  5359.    example, because of memory restrictions) will have to choose
  5360.    what version to support. The NFS version 2 protocol would be
  5361.    a safe choice since fully capable clients and servers should
  5362.    support both versions. However, this choice would need to be
  5363.    made keeping all requirements in mind.
  5364.  
  5365. 4.2 Server/client relationship
  5366.  
  5367.    The NFS version 3 protocol is designed to allow servers to be
  5368.    as simple and general as possible. Sometimes the simplicity
  5369.    of the server can be a problem, if the client implements
  5370.    complicated file system semantics.
  5371.  
  5372.    For example, some operating systems allow removal of open
  5373.    files.  A process can open a file and, while it is open,
  5374.    remove it from the directory. The file can be read and
  5375.  
  5376.  
  5377.  
  5378. Callaghan, el al             Informational                     [Page 96]
  5379.  
  5380. RFC 1813                 NFS Version 3 Protocol                June 1995
  5381.  
  5382.  
  5383.    written as long as the process keeps it open, even though the
  5384.    file has no name in the file system.  It is impossible for a
  5385.    stateless server to implement these semantics.  The client
  5386.    can do some tricks such as renaming the file on remove (to a
  5387.    hidden name), and only physically deleting it on close. The
  5388.    NFS version 3 protocol provides sufficient functionality to
  5389.    implement most file system semantics on a client.
  5390.  
  5391.    Every NFS version 3 protocol client can also potentially be a
  5392.    server, and remote and local mounted file systems can be
  5393.    freely mixed. This leads to some problems when a client
  5394.    travels down the directory tree of a remote file system and
  5395.    reaches the mount point on the server for another remote file
  5396.    system. Allowing the server to follow the second remote mount
  5397.    would require loop detection, server lookup, and user
  5398.    revalidation. Instead, both NFS version 2 protocol and NFS
  5399.    version 3 protocol implementations do not typically let
  5400.    clients cross a server's mount point. When a client does a
  5401.    LOOKUP on a directory on which the server has mounted a file
  5402.    system, the client sees the underlying directory instead of
  5403.    the mounted directory.
  5404.  
  5405.    For example, if a server has a file system called /usr and
  5406.    mounts another file system on /usr/src, if a client mounts
  5407.    /usr, it does not see the mounted version of /usr/src. A
  5408.    client could do remote mounts that match the server's mount
  5409.    points to maintain the server's view.  In this example, the
  5410.    client would also have to mount /usr/src in addition to /usr,
  5411.    even if they are from the same server.
  5412.  
  5413. 4.3 Path name interpretation
  5414.  
  5415.    There are a few complications to the rule that path names are
  5416.    always parsed on the client. For example, symbolic links
  5417.    could have different interpretations on different clients.
  5418.    There is no answer to this problem in this specification.
  5419.  
  5420.    Another common problem for non-UNIX implementations is the
  5421.    special interpretation of the pathname, "..", to mean the
  5422.    parent of a given directory. A future revision of the
  5423.    protocol may use an explicit flag to indicate the parent
  5424.    instead - however it is not a problem as many working
  5425.    non-UNIX implementations exist.
  5426.  
  5427.  
  5428.  
  5429.  
  5430.  
  5431.  
  5432.  
  5433.  
  5434. Callaghan, el al             Informational                     [Page 97]
  5435.  
  5436. RFC 1813                 NFS Version 3 Protocol                June 1995
  5437.  
  5438.  
  5439. 4.4 Permission issues
  5440.  
  5441.    The NFS version 3 protocol, strictly speaking, does not
  5442.    define the permission checking used by servers. However, it
  5443.    is expected that a server will do normal operating system
  5444.    permission checking using AUTH_UNIX style authentication as
  5445.    the basis of its protection mechanism, or another stronger
  5446.    form of authentication such as AUTH_DES or AUTH_KERB. With
  5447.    AUTH_UNIX authentication, the server gets the client's
  5448.    effective uid, effective gid, and groups on each call and
  5449.    uses them to check permission. These are the so-called UNIX
  5450.    credentials. AUTH_DES and AUTH_KERB use a network name, or
  5451.    netname, as the basis for identification (from which a UNIX
  5452.    server derives the necessary standard UNIX credentials).
  5453.    There are problems with this method that have been solved.
  5454.  
  5455.    Using uid and gid implies that the client and server share
  5456.    the same uid list. Every server and client pair must have the
  5457.    same mapping from user to uid and from group to gid. Since
  5458.    every client can also be a server, this tends to imply that
  5459.    the whole network shares the same uid/gid space. If this is
  5460.    not the case, then it usually falls upon the server to
  5461.    perform some custom mapping of credentials from one
  5462.    authentication domain into another. A discussion of
  5463.    techniques for managing a shared user space or for providing
  5464.    mechanisms for user ID mapping is beyond the scope of this
  5465.    specification.
  5466.  
  5467.    Another problem arises due to the usually stateful open
  5468.    operation.  Most operating systems check permission at open
  5469.    time, and then check that the file is open on each read and
  5470.    write request. With stateless servers, the server cannot
  5471.    detect that the file is open and must do permission checking
  5472.    on each read and write call. UNIX client semantics of access
  5473.    permission checking on open can be provided with the ACCESS
  5474.    procedure call in this revision, which allows a client to
  5475.    explicitly check access permissions without resorting to
  5476.    trying the operation. On a local file system, a user can open
  5477.    a file and then change the permissions so that no one is
  5478.    allowed to touch it, but will still be able to write to the
  5479.    file because it is open. On a remote file system, by
  5480.    contrast, the write would fail. To get around this problem,
  5481.    the server's permission checking algorithm should allow the
  5482.    owner of a file to access it regardless of the permission
  5483.    setting. This is needed in a practical NFS version 3 protocol
  5484.    server implementation, but it does depart from correct local
  5485.    file system semantics. This should not affect the return
  5486.    result of access permissions as returned by the ACCESS
  5487.  
  5488.  
  5489.  
  5490. Callaghan, el al             Informational                     [Page 98]
  5491.  
  5492. RFC 1813                 NFS Version 3 Protocol                June 1995
  5493.  
  5494.  
  5495.    procedure, however.
  5496.  
  5497.    A similar problem has to do with paging in an executable
  5498.    program over the network. The operating system usually checks
  5499.    for execute permission before opening a file for demand
  5500.    paging, and then reads blocks from the open file. In a local
  5501.    UNIX file system, an executable file does not need read
  5502.    permission to execute (pagein). An NFS version 3 protocol
  5503.    server can not tell the difference between a normal file read
  5504.    (where the read permission bit is meaningful) and a demand
  5505.    pagein read (where the server should allow access to the
  5506.    executable file if the execute bit is set for that user or
  5507.    group or public). To make this work, the server allows
  5508.    reading of files if the uid given in the call has either
  5509.    execute or read permission on the file, through ownership,
  5510.    group membership or public access. Again, this departs from
  5511.    correct local file system semantics.
  5512.  
  5513.    In most operating systems, a particular user (on UNIX, the
  5514.    uid 0) has access to all files, no matter what permission and
  5515.    ownership they have. This superuser permission may not be
  5516.    allowed on the server, since anyone who can become superuser
  5517.    on their client could gain access to all remote files. A UNIX
  5518.    server by default maps uid 0 to a distinguished value
  5519.    (UID_NOBODY), as well as mapping the groups list, before
  5520.    doing its access checking. A server implementation may
  5521.    provide a mechanism to change this mapping. This works except
  5522.    for NFS version 3 protocol root file systems (required for
  5523.    diskless NFS version 3 protocol client support), where
  5524.    superuser access cannot be avoided.  Export options are used,
  5525.    on the server, to restrict the set of clients allowed
  5526.    superuser access.
  5527.  
  5528. 4.5 Duplicate request cache
  5529.  
  5530.    The typical NFS version 3 protocol failure recovery model
  5531.    uses client time-out and retry to handle server crashes,
  5532.    network partitions, and lost server replies. A retried
  5533.    request is called a duplicate of the original.
  5534.  
  5535.    When used in a file server context, the term idempotent can
  5536.    be used to distinguish between operation types. An idempotent
  5537.    request is one that a server can perform more than once with
  5538.    equivalent results (though it may in fact change, as a side
  5539.    effect, the access time on a file, say for READ). Some NFS
  5540.    operations are obviously non-idempotent. They cannot be
  5541.    reprocessed without special attention simply because they may
  5542.    fail if tried a second time. The CREATE request, for example,
  5543.  
  5544.  
  5545.  
  5546. Callaghan, el al             Informational                     [Page 99]
  5547.  
  5548. RFC 1813                 NFS Version 3 Protocol                June 1995
  5549.  
  5550.  
  5551.    can be used to create a file for which the owner does not
  5552.    have write permission. A duplicate of this request cannot
  5553.    succeed if the original succeeded. Likewise, a file can be
  5554.    removed only once.
  5555.  
  5556.    The side effects caused by performing a duplicate
  5557.    non-idempotent request can be destructive (for example, a
  5558.    truncate operation causing lost writes). The combination of a
  5559.    stateless design with the common choice of an unreliable
  5560.    network transport (UDP) implies the possibility of
  5561.    destructive replays of non-idempotent requests. Though to be
  5562.    more accurate, it is the inherent stateless design of the NFS
  5563.    version 3 protocol on top of an unreliable RPC mechanism that
  5564.    yields the possibility of destructive replays of
  5565.    non-idempotent requests, since even in an implementation of
  5566.    the NFS version 3 protocol over a reliable
  5567.    connection-oriented transport, a connection break with
  5568.    automatic reestablishment requires duplicate request
  5569.    processing (the client will retransmit the request, and the
  5570.    server needs to deal with a potential duplicate
  5571.    non-idempotent request).
  5572.  
  5573.    Most NFS version 3 protocol server implementations use a
  5574.    cache of recent requests (called the duplicate request cache)
  5575.    for the processing of duplicate non-idempotent requests. The
  5576.    duplicate request cache provides a short-term memory
  5577.    mechanism in which the original completion status of a
  5578.    request is remembered and the operation attempted only once.
  5579.    If a duplicate copy of this request is received, then the
  5580.    original completion status is returned.
  5581.  
  5582.    The duplicate-request cache mechanism has been useful in
  5583.    reducing destructive side effects caused by duplicate NFS
  5584.    version 3 protocol requests. This mechanism, however, does
  5585.    not guarantee against these destructive side effects in all
  5586.    failure modes. Most servers store the duplicate request cache
  5587.    in RAM, so the contents are lost if the server crashes.  The
  5588.    exception to this may possibly occur in a redundant server
  5589.    approach to high availability, where the file system itself
  5590.    may be used to share the duplicate request cache state. Even
  5591.    if the cache survives server reboots (or failovers in the
  5592.    high availability case), its effectiveness is a function of
  5593.    its size. A network partition can cause a cache entry to be
  5594.    reused before a client receives a reply for the corresponding
  5595.    request. If this happens, the duplicate request will be
  5596.    processed as a new one, possibly with destructive side
  5597.    effects.
  5598.  
  5599.  
  5600.  
  5601.  
  5602. Callaghan, el al             Informational                    [Page 100]
  5603.  
  5604. RFC 1813                 NFS Version 3 Protocol                June 1995
  5605.  
  5606.  
  5607.    A good description of the implementation and use of a
  5608.    duplicate request cache can be found in [Juszczak].
  5609.  
  5610. 4.6 File name component handling
  5611.  
  5612.    Server implementations of NFS version 3 protocol will
  5613.    frequently impose restrictions on the names which can be
  5614.    created. Many servers will also forbid the use of names that
  5615.    contain certain characters, such as the path component
  5616.    separator used by the server operating system. For example,
  5617.    the UFS file system will reject a name which contains "/",
  5618.    while "." and ".." are distinguished in UFS, and may not be
  5619.    specified as the name when creating a file system object.
  5620.    The exact error status values return for these errors is
  5621.    specified in the description of each procedure argument. The
  5622.    values (which conform to NFS version 2 protocol server
  5623.    practice) are not necessarily obvious, nor are they
  5624.    consistent from one procedure to the next.
  5625.  
  5626. 4.7 Synchronous modifying operations
  5627.  
  5628.    Data-modifying operations in the NFS version 3 protocol are
  5629.    synchronous. When a procedure returns to the client, the
  5630.    client can assume that the operation has completed and any
  5631.    data associated with the request is now on stable storage.
  5632.  
  5633. 4.8 Stable storage
  5634.  
  5635.    NFS version 3 protocol servers must be able to recover
  5636.    without data loss from multiple power failures (including
  5637.    cascading power failures, that is, several power failures in
  5638.    quick succession), operating system failures, and hardware
  5639.    failure of components other than the storage medium itself
  5640.    (for example, disk, nonvolatile RAM).
  5641.  
  5642.    Some examples of stable storage that are allowable for an NFS
  5643.    server include:
  5644.  
  5645.    1. Media commit of data, that is, the modified data has
  5646.       been successfully written to the disk media, for example,
  5647.       the disk platter.
  5648.  
  5649.    2. An immediate reply disk drive with battery-backed
  5650.       on-drive intermediate storage or uninterruptible power
  5651.       system (UPS).
  5652.  
  5653.    3. Server commit of data with battery-backed intermediate
  5654.       storage and recovery software.
  5655.  
  5656.  
  5657.  
  5658. Callaghan, el al             Informational                    [Page 101]
  5659.  
  5660. RFC 1813                 NFS Version 3 Protocol                June 1995
  5661.  
  5662.  
  5663.    4. Cache commit with uninterruptible power system (UPS) and
  5664.       recovery software.
  5665.  
  5666.    Conversely, the following are not examples of stable
  5667.    storage:
  5668.  
  5669.    1. An immediate reply disk drive without battery-backed
  5670.       on-drive intermediate storage or uninterruptible power
  5671.       system (UPS).
  5672.  
  5673.    2. Cache commit without both uninterruptible power system
  5674.       (UPS) and recovery software.
  5675.  
  5676.    The only exception to this (introduced in this protocol
  5677.    revision) is as described under the WRITE procedure on the
  5678.    handling of the stable bit, and the use of the COMMIT
  5679.    procedure.  It is the use of the synchronous COMMIT procedure
  5680.    that provides the necessary semantic support in the NFS
  5681.    version 3 protocol.
  5682.  
  5683. 4.9 Lookups and name resolution
  5684.  
  5685.    A common objection to the NFS version 3 protocol is the
  5686.    philosophy of component-by-component LOOKUP by the client in
  5687.    resolving a name. The objection is that this is inefficient,
  5688.    as latencies for component-by-component LOOKUP would be
  5689.    unbearable.
  5690.  
  5691.    Implementation practice solves this issue. A name cache,
  5692.    providing component to file-handle mapping, is kept on the
  5693.    client to short circuit actual LOOKUP invocations over the
  5694.    wire.  The cache is subject to cache timeout parameters that
  5695.    bound attributes.
  5696.  
  5697. 4.10 Adaptive retransmission
  5698.  
  5699.    Most client implementations use either an exponential
  5700.    back-off strategy to some maximum retransmission value, or a
  5701.    more adaptive strategy that attempts congestion avoidance.
  5702.    Congestion avoidance schemes in NFS request retransmission
  5703.    are modelled on the work presented in [Jacobson]. [Nowicki]
  5704.    and [Macklem] describe congestion avoidance schemes to be
  5705.    applied to the NFS protocol over UDP.
  5706.  
  5707. 4.11 Caching policies
  5708.  
  5709.    The NFS version 3 protocol does not define a policy for
  5710.    caching on the client or server. In particular, there is no
  5711.  
  5712.  
  5713.  
  5714. Callaghan, el al             Informational                    [Page 102]
  5715.  
  5716. RFC 1813                 NFS Version 3 Protocol                June 1995
  5717.  
  5718.  
  5719.    support for strict cache consistency between a client and
  5720.    server, nor between different clients. See [Kazar] for a
  5721.    discussion of the issues of cache synchronization and
  5722.    mechanisms in several distributed file systems.
  5723.  
  5724. 4.12 Stable versus unstable writes
  5725.  
  5726.    The setting of the stable field in the WRITE arguments, that
  5727.    is whether or not to do asynchronous WRITE requests, is
  5728.    straightforward on a UNIX client. If the NFS version 3
  5729.    protocol client receives a write request that is not marked
  5730.    as being asynchronous, it should generate the RPC with stable
  5731.    set to TRUE. If the request is marked as being asynchronous,
  5732.    the RPC should be generated with stable set to FALSE. If the
  5733.    response comes back with the committed field set to TRUE, the
  5734.    client should just mark the write request as done and no
  5735.    further action is required. If committed is set to FALSE,
  5736.    indicating that the buffer was not synchronized with the
  5737.    server's disk, the client will need to mark the buffer in
  5738.    some way which indicates that a copy of the buffer lives on
  5739.    the server and that a new copy does not need to be sent to
  5740.    the server, but that a commit is required.
  5741.  
  5742.    Note that this algorithm introduces a new state for buffers,
  5743.    thus there are now three states for buffers. The three states
  5744.    are dirty, done but needs to be committed, and done. This
  5745.    extra state on the client will likely require modifications
  5746.    to the system outside of the NFS version 3 protocol client.
  5747.  
  5748.    One proposal that was rejected was the addition of a boolean
  5749.    commit argument to the WRITE operation. It would be used to
  5750.    indicate whether the server should do a full file commit
  5751.    after doing the write. This seems as if it could be useful if
  5752.    the client knew that it was doing the last write on the file.
  5753.    It is difficult to see how this could be used, given existing
  5754.    client architectures though.
  5755.  
  5756.    The asynchronous write opens up the window of problems
  5757.    associated with write sharing. For example: client A writes
  5758.    some data asynchronously. Client A is still holding the
  5759.    buffers cached, waiting to commit them later. Client B reads
  5760.    the modified data and writes it back to the server. The
  5761.    server then crashes. When it comes back up, client A issues a
  5762.    COMMIT operation which returns with a different cookie as
  5763.    well as changed attributes. In this case, the correct action
  5764.    may or may not be to retransmit the cached buffers.
  5765.    Unfortunately, client A can't tell for sure, so it will need
  5766.    to retransmit the buffers, thus overwriting the changes from
  5767.  
  5768.  
  5769.  
  5770. Callaghan, el al             Informational                    [Page 103]
  5771.  
  5772. RFC 1813                 NFS Version 3 Protocol                June 1995
  5773.  
  5774.  
  5775.    client B.  Fortunately, write sharing is rare and the
  5776.    solution matches the current write sharing situation. Without
  5777.    using locking for synchronization, the behaviour will be
  5778.    indeterminate.
  5779.  
  5780.    In a high availability (redundant system) server
  5781.    implementation, two cases exist which relate to the verf
  5782.    changing.  If the high availability server implementation
  5783.    does not use a shared-memory scheme, then the verf should
  5784.    change on failover, since the unsynchronized data is not
  5785.    available to the second processor and there is no guarantee
  5786.    that the system which had the data cached was able to flush
  5787.    it to stable storage before going down. The client will need
  5788.    to retransmit the data to be safe. In a shared-memory high
  5789.    availability server implementation, the verf would not need
  5790.    to change because the server would still have the cached data
  5791.    available to it to be flushed. The exact policy regarding the
  5792.    verf in a shared memory high availability implementation,
  5793.    however, is up to the server implementor.
  5794.  
  5795. 4.13 32 bit clients/servers and 64 bit clients/servers
  5796.  
  5797.    The 64 bit nature of the NFS version 3 protocol introduces
  5798.    several compatibility problems. The most notable two are
  5799.    mismatched clients and servers, that is, a 32 bit client and
  5800.    a 64 bit server or a 64 bit client and a 32 bit server.
  5801.  
  5802.    The problems of a 64 bit client and a 32 bit server are easy
  5803.    to handle. The client will never encounter a file that it can
  5804.    not handle. If it sends a request to the server that the
  5805.    server can not handle, the server should reject the request
  5806.    with an appropriate error.
  5807.  
  5808.    The problems of a 32 bit client and a 64 bit server are much
  5809.    harder to handle. In this situation, the server does not have
  5810.    a problem because it can handle anything that the client can
  5811.    generate. However, the client may encounter a file that it
  5812.    can not handle. The client will not be able to handle a file
  5813.    whose size can not be expressed in 32 bits. Thus, the client
  5814.    will not be able to properly decode the size of the file into
  5815.    its local attributes structure. Also, a file can grow beyond
  5816.    the limit of the client while the client is accessing the
  5817.    file.
  5818.  
  5819.    The solutions to these problems are left up to the individual
  5820.    implementor. However, there are two common approaches used to
  5821.    resolve this situation. The implementor can choose between
  5822.    them or even can invent a new solution altogether.
  5823.  
  5824.  
  5825.  
  5826. Callaghan, el al             Informational                    [Page 104]
  5827.  
  5828. RFC 1813                 NFS Version 3 Protocol                June 1995
  5829.  
  5830.  
  5831.    The most common solution is for the client to deny access to
  5832.    any file whose size can not be expressed in 32 bits. This is
  5833.    probably the safest, but does introduce some strange
  5834.    semantics when the file grows beyond the limit of the client
  5835.    while it is being access by that client. The file becomes
  5836.    inaccessible even while it is being accessed.
  5837.  
  5838.    The second solution is for the client to map any size greater
  5839.    than it can handle to the maximum size that it can handle.
  5840.    Effectively, it is lying to the application program. This
  5841.    allows the application access as much of the file as possible
  5842.    given the 32 bit offset restriction. This eliminates the
  5843.    strange semantic of the file effectively disappearing after
  5844.    it has been accessed, but does introduce other problems. The
  5845.    client will not be able to access the entire file.
  5846.  
  5847.    Currently, the first solution is the recommended solution.
  5848.    However, client implementors are encouraged to do the best
  5849.    that they can to reduce the effects of this situation.
  5850.  
  5851.  
  5852.  
  5853.  
  5854.  
  5855.  
  5856.  
  5857.  
  5858.  
  5859.  
  5860.  
  5861.  
  5862.  
  5863.  
  5864.  
  5865.  
  5866.  
  5867.  
  5868.  
  5869.  
  5870.  
  5871.  
  5872.  
  5873.  
  5874.  
  5875.  
  5876.  
  5877.  
  5878.  
  5879.  
  5880.  
  5881.  
  5882. Callaghan, el al             Informational                    [Page 105]
  5883.  
  5884. RFC 1813                 NFS Version 3 Protocol                June 1995
  5885.  
  5886.  
  5887. 5.0 Appendix I: Mount protocol
  5888.  
  5889.    The changes from the NFS version 2 protocol to the NFS version 3
  5890.    protocol have required some changes to be made in the MOUNT
  5891.    protocol.  To meet the needs of the NFS version 3 protocol, a
  5892.    new version of the MOUNT protocol has been defined. This new
  5893.    protocol satisfies the requirements of the NFS version 3
  5894.    protocol and addresses several other current market
  5895.    requirements.
  5896.  
  5897. 5.1 RPC Information
  5898.  
  5899. 5.1.1 Authentication
  5900.  
  5901.    The MOUNT service uses AUTH_NONE in the NULL procedure.
  5902.    AUTH_UNIX, AUTH_SHORT, AUTH_DES, or AUTH_KERB are used for all
  5903.    other procedures.  Other authentication types may be supported
  5904.    in the future.
  5905.  
  5906. 5.1.2 Constants
  5907.  
  5908.    These are the RPC constants needed to call the MOUNT service.
  5909.    They are given in decimal.
  5910.  
  5911.       PROGRAM  100005
  5912.       VERSION  3
  5913.  
  5914. 5.1.3 Transport address
  5915.  
  5916.    The MOUNT service is normally supported over the TCP and UDP
  5917.    protocols. The rpcbind daemon should be queried for the correct
  5918.    transport address.
  5919.  
  5920. 5.1.4 Sizes
  5921.  
  5922.    const MNTPATHLEN = 1024;  /* Maximum bytes in a path name */
  5923.    const MNTNAMLEN  = 255;   /* Maximum bytes in a name */
  5924.    const FHSIZE3    = 64;    /* Maximum bytes in a V3 file handle */
  5925.  
  5926. 5.1.5 Basic Data Types
  5927.  
  5928.    typedef opaque fhandle3<FHSIZE3>;
  5929.    typedef string dirpath<MNTPATHLEN>;
  5930.    typedef string name<MNTNAMLEN>;
  5931.  
  5932.  
  5933.  
  5934.  
  5935.  
  5936.  
  5937.  
  5938. Callaghan, el al             Informational                    [Page 106]
  5939.  
  5940. RFC 1813                 NFS Version 3 Protocol                June 1995
  5941.  
  5942.  
  5943.    enum mountstat3 {
  5944.       MNT3_OK = 0,                 /* no error */
  5945.       MNT3ERR_PERM = 1,            /* Not owner */
  5946.       MNT3ERR_NOENT = 2,           /* No such file or directory */
  5947.       MNT3ERR_IO = 5,              /* I/O error */
  5948.       MNT3ERR_ACCES = 13,          /* Permission denied */
  5949.       MNT3ERR_NOTDIR = 20,         /* Not a directory */
  5950.       MNT3ERR_INVAL = 22,          /* Invalid argument */
  5951.       MNT3ERR_NAMETOOLONG = 63,    /* Filename too long */
  5952.       MNT3ERR_NOTSUPP = 10004,     /* Operation not supported */
  5953.       MNT3ERR_SERVERFAULT = 10006  /* A failure on the server */
  5954.    };
  5955.  
  5956. 5.2 Server Procedures
  5957.  
  5958.    The following sections define the RPC procedures  supplied by a
  5959.    MOUNT version 3 protocol server. The RPC procedure number is
  5960.    given at the top of the page with the name and version. The
  5961.    SYNOPSIS provides the name of the procedure, the list of the
  5962.    names of the arguments, the list of the names of the results,
  5963.    followed by the XDR argument declarations and results
  5964.    declarations. The information in the SYNOPSIS is specified in
  5965.    RPC Data Description Language as defined in [RFC1014]. The
  5966.    DESCRIPTION section tells what the procedure is expected to do
  5967.    and how its arguments and results are used. The ERRORS section
  5968.    lists the errors returned for specific types of failures. The
  5969.    IMPLEMENTATION field describes how the procedure is expected to
  5970.    work and how it should be used by clients.
  5971.  
  5972.       program MOUNT_PROGRAM {
  5973.          version MOUNT_V3 {
  5974.             void      MOUNTPROC3_NULL(void)    = 0;
  5975.             mountres3 MOUNTPROC3_MNT(dirpath)  = 1;
  5976.             mountlist MOUNTPROC3_DUMP(void)    = 2;
  5977.             void      MOUNTPROC3_UMNT(dirpath) = 3;
  5978.             void      MOUNTPROC3_UMNTALL(void) = 4;
  5979.             exports   MOUNTPROC3_EXPORT(void)  = 5;
  5980.          } = 3;
  5981.       } = 100005;
  5982.  
  5983.  
  5984.  
  5985.  
  5986.  
  5987.  
  5988.  
  5989.  
  5990.  
  5991.  
  5992.  
  5993.  
  5994. Callaghan, el al             Informational                    [Page 107]
  5995.  
  5996. RFC 1813                 NFS Version 3 Protocol                June 1995
  5997.  
  5998.  
  5999. 5.2.0 Procedure 0: Null - Do nothing
  6000.  
  6001.    SYNOPSIS
  6002.  
  6003.       void MOUNTPROC3_NULL(void) = 0;
  6004.  
  6005.    DESCRIPTION
  6006.  
  6007.       Procedure NULL does not do any work. It is made available
  6008.       to allow server response testing and timing.
  6009.  
  6010.    IMPLEMENTATION
  6011.  
  6012.       It is important that this procedure do no work at all so
  6013.       that it can be used to measure the overhead of processing
  6014.       a service request. By convention, the NULL procedure
  6015.       should never require any authentication. A server may
  6016.       choose to ignore this convention, in a more secure
  6017.       implementation, where responding to the NULL procedure
  6018.       call acknowledges the existence of a resource to an
  6019.       unauthenticated client.
  6020.  
  6021.    ERRORS
  6022.  
  6023.       Since the NULL procedure takes no MOUNT protocol arguments
  6024.       and returns no MOUNT protocol response, it can not return
  6025.       a MOUNT protocol error. However, it is possible that some
  6026.       server implementations may return RPC errors based on
  6027.       security and authentication requirements.
  6028.  
  6029.  
  6030.  
  6031.  
  6032.  
  6033.  
  6034.  
  6035.  
  6036.  
  6037.  
  6038.  
  6039.  
  6040.  
  6041.  
  6042.  
  6043.  
  6044.  
  6045.  
  6046.  
  6047.  
  6048.  
  6049.  
  6050. Callaghan, el al             Informational                    [Page 108]
  6051.  
  6052. RFC 1813                 NFS Version 3 Protocol                June 1995
  6053.  
  6054.  
  6055. 5.2.1 Procedure 1: MNT - Add mount entry
  6056.  
  6057.    SYNOPSIS
  6058.  
  6059.       mountres3 MOUNTPROC3_MNT(dirpath) = 1;
  6060.  
  6061.       struct mountres3_ok {
  6062.            fhandle3   fhandle;
  6063.            int        auth_flavors<>;
  6064.       };
  6065.  
  6066.       union mountres3 switch (mountstat3 fhs_status) {
  6067.       case MNT_OK:
  6068.            mountres3_ok  mountinfo;
  6069.       default:
  6070.            void;
  6071.       };
  6072.  
  6073.    DESCRIPTION
  6074.  
  6075.       Procedure MNT maps a pathname on the server to a file
  6076.       handle.  The pathname is an ASCII string that describes a
  6077.       directory on the server. If the call is successful
  6078.       (MNT3_OK), the server returns an NFS version 3 protocol
  6079.       file handle and a vector of RPC authentication flavors
  6080.       that are supported with the client's use of the file
  6081.       handle (or any file handles derived from it).  The
  6082.       authentication flavors are defined in Section 7.2 and
  6083.       section 9 of [RFC1057].
  6084.  
  6085.    IMPLEMENTATION
  6086.  
  6087.       If mountres3.fhs_status is MNT3_OK, then
  6088.       mountres3.mountinfo contains the file handle for the
  6089.       directory and a list of acceptable authentication
  6090.       flavors.  This file handle may only be used in the NFS
  6091.       version 3 protocol.  This procedure also results in the
  6092.       server adding a new entry to its mount list recording that
  6093.       this client has mounted the directory. AUTH_UNIX
  6094.       authentication or better is required.
  6095.  
  6096.    ERRORS
  6097.  
  6098.       MNT3ERR_NOENT
  6099.       MNT3ERR_IO
  6100.       MNT3ERR_ACCES
  6101.       MNT3ERR_NOTDIR
  6102.       MNT3ERR_NAMETOOLONG
  6103.  
  6104.  
  6105.  
  6106. Callaghan, el al             Informational                    [Page 109]
  6107.  
  6108. RFC 1813                 NFS Version 3 Protocol                June 1995
  6109.  
  6110.  
  6111. 5.2.2 Procedure 2: DUMP - Return mount entries
  6112.  
  6113.    SYNOPSIS
  6114.  
  6115.       mountlist MOUNTPROC3_DUMP(void) = 2;
  6116.  
  6117.  
  6118.       typedef struct mountbody *mountlist;
  6119.  
  6120.       struct mountbody {
  6121.            name       ml_hostname;
  6122.            dirpath    ml_directory;
  6123.            mountlist  ml_next;
  6124.       };
  6125.  
  6126.    DESCRIPTION
  6127.  
  6128.       Procedure DUMP returns the list of remotely mounted file
  6129.       systems. The mountlist contains one entry for each client
  6130.       host name and directory pair.
  6131.  
  6132.    IMPLEMENTATION
  6133.  
  6134.       This list is derived from a list maintained on the server
  6135.       of clients that have requested file handles with the MNT
  6136.       procedure.  Entries are removed from this list only when a
  6137.       client calls the UMNT or UMNTALL procedure. Entries may
  6138.       become stale if a client crashes and does not issue either
  6139.       UMNT calls for all of the file systems that it had
  6140.       previously mounted or a UMNTALL to remove all entries that
  6141.       existed for it on the server.
  6142.  
  6143.    ERRORS
  6144.  
  6145.       There are no MOUNT protocol errors which can be returned
  6146.       from this procedure. However, RPC errors may be returned
  6147.       for authentication or other RPC failures.
  6148.  
  6149.  
  6150.  
  6151.  
  6152.  
  6153.  
  6154.  
  6155.  
  6156.  
  6157.  
  6158.  
  6159.  
  6160.  
  6161.  
  6162. Callaghan, el al             Informational                    [Page 110]
  6163.  
  6164. RFC 1813                 NFS Version 3 Protocol                June 1995
  6165.  
  6166.  
  6167. 5.2.3 Procedure 3: UMNT - Remove mount entry
  6168.  
  6169.    SYNOPSIS
  6170.  
  6171.       void MOUNTPROC3_UMNT(dirpath) = 3;
  6172.  
  6173.    DESCRIPTION
  6174.  
  6175.       Procedure UMNT removes the mount list entry for the
  6176.       directory that was previously the subject of a MNT call
  6177.       from this client.  AUTH_UNIX authentication or better is
  6178.       required.
  6179.  
  6180.    IMPLEMENTATION
  6181.  
  6182.       Typically, server implementations have maintained a list
  6183.       of clients which have file systems mounted. In the past,
  6184.       this list has been used to inform clients that the server
  6185.       was going to be shutdown.
  6186.  
  6187.    ERRORS
  6188.  
  6189.       There are no MOUNT protocol errors which can be returned
  6190.       from this procedure. However, RPC errors may be returned
  6191.       for authentication or other RPC failures.
  6192.  
  6193.  
  6194.  
  6195.  
  6196.  
  6197.  
  6198.  
  6199.  
  6200.  
  6201.  
  6202.  
  6203.  
  6204.  
  6205.  
  6206.  
  6207.  
  6208.  
  6209.  
  6210.  
  6211.  
  6212.  
  6213.  
  6214.  
  6215.  
  6216.  
  6217.  
  6218. Callaghan, el al             Informational                    [Page 111]
  6219.  
  6220. RFC 1813                 NFS Version 3 Protocol                June 1995
  6221.  
  6222.  
  6223. 5.2.4 Procedure 4: UMNTALL - Remove all mount entries
  6224.  
  6225.    SYNOPSIS
  6226.  
  6227.       void MOUNTPROC3_UMNTALL(void) = 4;
  6228.  
  6229.    DESCRIPTION
  6230.  
  6231.       Procedure UMNTALL removes all of the mount entries for
  6232.       this client previously recorded by calls to MNT. AUTH_UNIX
  6233.       authentication or better is required.
  6234.  
  6235.    IMPLEMENTATION
  6236.  
  6237.       This procedure should be used by clients when they are
  6238.       recovering after a system shutdown. If the client could
  6239.       not successfully unmount all of its file systems before
  6240.       being shutdown or the client crashed because of a software
  6241.       or hardware problem, there may be servers which still have
  6242.       mount entries for this client. This is an easy way for the
  6243.       client to inform all servers at once that it does not have
  6244.       any mounted file systems.  However, since this procedure
  6245.       is generally implemented using broadcast RPC, it is only
  6246.       of limited usefullness.
  6247.  
  6248.    ERRORS
  6249.  
  6250.       There are no MOUNT protocol errors which can be returned
  6251.       from this procedure. However, RPC errors may be returned
  6252.       for authentication or other RPC failures.
  6253.  
  6254.  
  6255.  
  6256.  
  6257.  
  6258.  
  6259.  
  6260.  
  6261.  
  6262.  
  6263.  
  6264.  
  6265.  
  6266.  
  6267.  
  6268.  
  6269.  
  6270.  
  6271.  
  6272.  
  6273.  
  6274. Callaghan, el al             Informational                    [Page 112]
  6275.  
  6276. RFC 1813                 NFS Version 3 Protocol                June 1995
  6277.  
  6278.  
  6279. 5.2.5 Procedure 5: EXPORT - Return export list
  6280.  
  6281.    SYNOPSIS
  6282.  
  6283.       exports MOUNTPROC3_EXPORT(void) = 5;
  6284.  
  6285.       typedef struct groupnode *groups;
  6286.  
  6287.       struct groupnode {
  6288.            name     gr_name;
  6289.            groups   gr_next;
  6290.       };
  6291.  
  6292.       typedef struct exportnode *exports;
  6293.  
  6294.       struct exportnode {
  6295.            dirpath  ex_dir;
  6296.            groups   ex_groups;
  6297.            exports  ex_next;
  6298.       };
  6299.  
  6300.    DESCRIPTION
  6301.  
  6302.       Procedure EXPORT returns a list of all the exported file
  6303.       systems and which clients are allowed to mount each one.
  6304.       The names in the group list are implementation-specific
  6305.       and cannot be directly interpreted by clients. These names
  6306.       can represent hosts or groups of hosts.
  6307.  
  6308.    IMPLEMENTATION
  6309.  
  6310.       This procedure generally returns the contents of a list of
  6311.       shared or exported file systems. These are the file
  6312.       systems which are made available to NFS version 3 protocol
  6313.       clients.
  6314.  
  6315.    ERRORS
  6316.  
  6317.       There are no MOUNT protocol errors which can be returned
  6318.       from this procedure. However, RPC errors may be returned
  6319.       for authentication or other RPC failures.
  6320.  
  6321.  
  6322.  
  6323.  
  6324.  
  6325.  
  6326.  
  6327.  
  6328.  
  6329.  
  6330. Callaghan, el al             Informational                    [Page 113]
  6331.  
  6332. RFC 1813                 NFS Version 3 Protocol                June 1995
  6333.  
  6334.  
  6335. 6.0 Appendix II: Lock manager protocol
  6336.  
  6337.    Because the NFS version 2 protocol as well as the NFS version 3
  6338.    protocol is stateless, an additional Network Lock Manager (NLM)
  6339.    protocol is required to support locking of NFS-mounted files.
  6340.    The NLM version 3 protocol, which is used with the NFS version 2
  6341.    protocol, is documented in [X/OpenNFS].
  6342.  
  6343.    Some of the changes in the NFS version 3 protocol require a
  6344.    new version of the NLM protocol. This new protocol is the NLM
  6345.    version 4 protocol. The following table summarizes the
  6346.    correspondence between versions of the NFS protocol and NLM
  6347.    protocol.
  6348.  
  6349.        NFS and NLM protocol compatibility
  6350.  
  6351.                +---------+---------+
  6352.                |   NFS   |   NLM   |
  6353.                | Version | Version |
  6354.                +===================+
  6355.                |    2    |   1,3   |
  6356.                +---------+---------+
  6357.                |    3    |    4    |
  6358.                +---------+---------+
  6359.  
  6360.    This appendix only discusses the differences between the NLM
  6361.    version 3 protocol and the NLM version 4 protocol.  As in the
  6362.    NFS version 3 protocol, almost all the names in the NLM version
  6363.    4 protocol have been changed to include a version number. This
  6364.    appendix does not discuss changes that consist solely of a name
  6365.    change.
  6366.  
  6367. 6.1 RPC Information
  6368.  
  6369. 6.1.1 Authentication
  6370.  
  6371.    The NLM service uses AUTH_NONE in the NULL procedure.
  6372.    AUTH_UNIX, AUTH_SHORT, AUTH_DES, and AUTH_KERB are used for
  6373.    all other procedures. Other authentication types may be
  6374.    supported in the future.
  6375.  
  6376. 6.1.2 Constants
  6377.  
  6378.    These are the RPC constants needed to call the NLM service.
  6379.    They are given in decimal.
  6380.  
  6381.       PROGRAM    100021
  6382.       VERSION    4
  6383.  
  6384.  
  6385.  
  6386. Callaghan, el al             Informational                    [Page 114]
  6387.  
  6388. RFC 1813                 NFS Version 3 Protocol                June 1995
  6389.  
  6390.  
  6391. 6.1.3 Transport Address
  6392.  
  6393.    The NLM service is normally supported over the TCP and UDP
  6394.    protocols.  The rpcbind daemon should be queried for the
  6395.    correct transport address.
  6396.  
  6397. 6.1.4 Basic Data Types
  6398.  
  6399.    uint64
  6400.       typedef unsigned hyper uint64;
  6401.  
  6402.    int64
  6403.       typedef hyper int64;
  6404.  
  6405.    uint32
  6406.       typedef unsigned long uint32;
  6407.  
  6408.    int32
  6409.       typedef long int32;
  6410.  
  6411.    These types are new for the NLM version 4 protocol. They are
  6412.    the same as in the NFS version 3 protocol.
  6413.  
  6414.    nlm4_stats
  6415.  
  6416.       enum nlm4_stats {
  6417.          NLM4_GRANTED = 0,
  6418.          NLM4_DENIED = 1,
  6419.          NLM4_DENIED_NOLOCKS = 2,
  6420.          NLM4_BLOCKED = 3,
  6421.          NLM4_DENIED_GRACE_PERIOD = 4,
  6422.          NLM4_DEADLCK = 5,
  6423.          NLM4_ROFS = 6,
  6424.          NLM4_STALE_FH = 7,
  6425.          NLM4_FBIG = 8,
  6426.          NLM4_FAILED = 9
  6427.       };
  6428.  
  6429.    Nlm4_stats indicates the success or failure of a call. This
  6430.    version contains several new error codes, so that clients can
  6431.    provide more precise failure information to applications.
  6432.  
  6433.    NLM4_GRANTED
  6434.       The call completed successfully.
  6435.  
  6436.    NLM4_DENIED
  6437.       The call failed. For attempts to set a lock, this status
  6438.       implies that if the client retries the call later, it may
  6439.  
  6440.  
  6441.  
  6442. Callaghan, el al             Informational                    [Page 115]
  6443.  
  6444. RFC 1813                 NFS Version 3 Protocol                June 1995
  6445.  
  6446.  
  6447.       succeed.
  6448.  
  6449.    NLM4_DENIED_NOLOCKS
  6450.       The call failed because the server could not allocate the
  6451.       necessary resources.
  6452.  
  6453.    NLM4_BLOCKED
  6454.       Indicates that a blocking request cannot be granted
  6455.       immediately. The server will issue an NLMPROC4_GRANTED
  6456.       callback to the client when the lock is granted.
  6457.  
  6458.    NLM4_DENIED_GRACE_PERIOD
  6459.       The call failed because the server is reestablishing old
  6460.       locks after a reboot and is not yet ready to resume normal
  6461.       service.
  6462.  
  6463.    NLM4_DEADLCK
  6464.       The request could not be granted and blocking would cause
  6465.       a deadlock.
  6466.  
  6467.    NLM4_ROFS
  6468.       The call failed because the remote file system is
  6469.       read-only.  For example, some server implementations might
  6470.       not support exclusive locks on read-only file systems.
  6471.  
  6472.    NLM4_STALE_FH
  6473.       The call failed because it uses an invalid file handle.
  6474.       This can happen if the file has been removed or if access
  6475.       to the file has been revoked on the server.
  6476.  
  6477.    NLM4_FBIG
  6478.       The call failed because it specified a length or offset
  6479.       that exceeds the range supported by the server.
  6480.  
  6481.    NLM4_FAILED
  6482.       The call failed for some reason not already listed.  The
  6483.       client should take this status as a strong hint not to
  6484.       retry the request.
  6485.  
  6486.    nlm4_holder
  6487.  
  6488.       struct nlm4_holder {
  6489.            bool     exclusive;
  6490.            int32    svid;
  6491.            netobj   oh;
  6492.            uint64   l_offset;
  6493.            uint64   l_len;
  6494.       };
  6495.  
  6496.  
  6497.  
  6498. Callaghan, el al             Informational                    [Page 116]
  6499.  
  6500. RFC 1813                 NFS Version 3 Protocol                June 1995
  6501.  
  6502.  
  6503.    This structure indicates the holder of a lock. The exclusive
  6504.    field tells whether the holder has an exclusive lock or a
  6505.    shared lock. The svid field identifies the process that is
  6506.    holding the lock. The oh field is an opaque object that
  6507.    identifies the host or process that is holding the lock. The
  6508.    l_len and l_offset fields identify the region that is locked.
  6509.    The only difference between the NLM version 3 protocol and
  6510.    the NLM version 4 protocol is that in the NLM version 3
  6511.    protocol, the l_len and l_offset fields are 32 bits wide,
  6512.    while they are 64 bits wide in the NLM version 4 protocol.
  6513.  
  6514.    nlm4_lock
  6515.  
  6516.       struct nlm4_lock {
  6517.            string   caller_name<LM_MAXSTRLEN>;
  6518.            netobj   fh;
  6519.            netobj   oh;
  6520.            int32    svid;
  6521.            uint64   l_offset;
  6522.            uint64   l_len;
  6523.       };
  6524.  
  6525.    This structure describes a lock request. The caller_name
  6526.    field identifies the host that is making the request. The fh
  6527.    field identifies the file to lock. The oh field is an opaque
  6528.    object that identifies the host or process that is making the
  6529.    request, and the svid field identifies the process that is
  6530.    making the request.  The l_offset and l_len fields identify
  6531.    the region of the file that the lock controls.  A l_len of 0
  6532.    means "to end of file".
  6533.  
  6534.    There are two differences between the NLM version 3 protocol
  6535.    and the NLM version 4 protocol versions of this structure.
  6536.    First, in the NLM version 3 protocol, the length and offset
  6537.    are 32 bits wide, while they are 64 bits wide in the NLM
  6538.    version 4 protocol.  Second, in the NLM version 3 protocol,
  6539.    the file handle is a fixed-length NFS version 2 protocol file
  6540.    handle, which is encoded as a byte count followed by a byte
  6541.    array. In the NFS version 3 protocol, the file handle is
  6542.    already variable-length, so it is copied directly into the fh
  6543.    field.  That is, the first four bytes of the fh field are the
  6544.    same as the byte count in an NFS version 3 protocol nfs_fh3.
  6545.    The rest of the fh field contains the byte array from the NFS
  6546.    version 3 protocol nfs_fh3.
  6547.  
  6548.  
  6549.  
  6550.  
  6551.  
  6552.  
  6553.  
  6554. Callaghan, el al             Informational                    [Page 117]
  6555.  
  6556. RFC 1813                 NFS Version 3 Protocol                June 1995
  6557.  
  6558.  
  6559.    nlm4_share
  6560.  
  6561.       struct nlm4_share {
  6562.            string      caller_name<LM_MAXSTRLEN>;
  6563.            netobj      fh;
  6564.            netobj      oh;
  6565.            fsh4_mode   mode;
  6566.            fsh4_access access;
  6567.       };
  6568.  
  6569.    This structure is used to support DOS file sharing. The
  6570.    caller_name field identifies the host making the request.
  6571.    The fh field identifies the file to be operated on. The oh
  6572.    field is an opaque object that identifies the host or process
  6573.    that is making the request. The mode and access fields
  6574.    specify the file-sharing and access modes. The encoding of fh
  6575.    is a byte count, followed by the file handle byte array. See
  6576.    the description of nlm4_lock for more details.
  6577.  
  6578. 6.2 NLM Procedures
  6579.  
  6580.    The procedures in the NLM version 4 protocol are semantically
  6581.    the same as those in the NLM version 3 protocol. The only
  6582.    semantic difference is the addition of a NULL procedure that
  6583.    can be used to test for server responsiveness.  The procedure
  6584.    names with _MSG and _RES suffixes denote asynchronous
  6585.    messages; for these the void response implies no reply.  A
  6586.    syntactic change is that the procedures were renamed to avoid
  6587.    name conflicts with the values of nlm4_stats. Thus the
  6588.    procedure definition is as follows.
  6589.  
  6590.       version NLM4_VERS {
  6591.          void
  6592.             NLMPROC4_NULL(void)                  = 0;
  6593.  
  6594.          nlm4_testres
  6595.             NLMPROC4_TEST(nlm4_testargs)         = 1;
  6596.  
  6597.          nlm4_res
  6598.             NLMPROC4_LOCK(nlm4_lockargs)         = 2;
  6599.  
  6600.          nlm4_res
  6601.             NLMPROC4_CANCEL(nlm4_cancargs)       = 3;
  6602.  
  6603.          nlm4_res
  6604.             NLMPROC4_UNLOCK(nlm4_unlockargs)     = 4;
  6605.  
  6606.  
  6607.  
  6608.  
  6609.  
  6610. Callaghan, el al             Informational                    [Page 118]
  6611.  
  6612. RFC 1813                 NFS Version 3 Protocol                June 1995
  6613.  
  6614.  
  6615.          nlm4_res
  6616.             NLMPROC4_GRANTED(nlm4_testargs)      = 5;
  6617.  
  6618.          void
  6619.             NLMPROC4_TEST_MSG(nlm4_testargs)     = 6;
  6620.  
  6621.          void
  6622.             NLMPROC4_LOCK_MSG(nlm4_lockargs)     = 7;
  6623.  
  6624.          void
  6625.             NLMPROC4_CANCEL_MSG(nlm4_cancargs)   = 8;
  6626.  
  6627.          void
  6628.             NLMPROC4_UNLOCK_MSG(nlm4_unlockargs) = 9;
  6629.  
  6630.          void
  6631.             NLMPROC4_GRANTED_MSG(nlm4_testargs) = 10;
  6632.  
  6633.          void
  6634.             NLMPROC4_TEST_RES(nlm4_testres)     = 11;
  6635.  
  6636.          void
  6637.             NLMPROC4_LOCK_RES(nlm4_res)         = 12;
  6638.  
  6639.          void
  6640.             NLMPROC4_CANCEL_RES(nlm4_res)       = 13;
  6641.  
  6642.          void
  6643.             NLMPROC4_UNLOCK_RES(nlm4_res)       = 14;
  6644.  
  6645.          void
  6646.             NLMPROC4_GRANTED_RES(nlm4_res)      = 15;
  6647.  
  6648.          nlm4_shareres
  6649.             NLMPROC4_SHARE(nlm4_shareargs)      = 20;
  6650.  
  6651.          nlm4_shareres
  6652.             NLMPROC4_UNSHARE(nlm4_shareargs)    = 21;
  6653.  
  6654.          nlm4_res
  6655.             NLMPROC4_NM_LOCK(nlm4_lockargs)     = 22;
  6656.  
  6657.          void
  6658.             NLMPROC4_FREE_ALL(nlm4_notify)      = 23;
  6659.  
  6660.       } = 4;
  6661.  
  6662.  
  6663.  
  6664.  
  6665.  
  6666. Callaghan, el al             Informational                    [Page 119]
  6667.  
  6668. RFC 1813                 NFS Version 3 Protocol                June 1995
  6669.  
  6670.  
  6671. 6.2.0 Procedure 0: NULL - Do nothing
  6672.  
  6673.    SYNOPSIS
  6674.  
  6675.       void NLMPROC4_NULL(void) = 0;
  6676.  
  6677.    DESCRIPTION
  6678.  
  6679.       The NULL procedure does no work. It is made available in
  6680.       all RPC services to allow server response testing and
  6681.       timing.
  6682.  
  6683.    IMPLEMENTATION
  6684.  
  6685.       It is important that this procedure do no work at all so
  6686.       that it can be used to measure the overhead of processing
  6687.       a service request. By convention, the NULL procedure
  6688.       should never require any authentication.
  6689.  
  6690.    ERRORS
  6691.  
  6692.       It is possible that some server implementations may return
  6693.       RPC errors based on security and authentication
  6694.       requirements.
  6695.  
  6696. 6.3 Implementation issues
  6697.  
  6698. 6.3.1 64-bit offsets and lengths
  6699.  
  6700.       Some NFS version 3 protocol servers can only support
  6701.       requests where the file offset or length fits in 32 or
  6702.       fewer bits.  For these servers, the lock manager will have
  6703.       the same restriction.  If such a lock manager receives a
  6704.       request that it cannot handle (because the offset or
  6705.       length uses more than 32 bits), it should return the
  6706.       error, NLM4_FBIG.
  6707.  
  6708. 6.3.2 File handles
  6709.  
  6710.       The change in the file handle format from the NFS version
  6711.       2 protocol to the NFS version 3 protocol complicates the
  6712.       lock manager. First, the lock manager needs some way to
  6713.       tell when an NFS version 2 protocol file handle refers to
  6714.       the same file as an NFS version 3 protocol file handle.
  6715.       (This is assuming that the lock manager supports both NLM
  6716.       version 3 protocol clients and NLM version 4 protocol
  6717.       clients.) Second, if the lock manager runs the file handle
  6718.       through a hashing function, the hashing function may need
  6719.  
  6720.  
  6721.  
  6722. Callaghan, el al             Informational                    [Page 120]
  6723.  
  6724. RFC 1813                 NFS Version 3 Protocol                June 1995
  6725.  
  6726.  
  6727.       to be retuned to work with NFS version 3 protocol file
  6728.       handles as well as NFS version 2 protocol file handles.
  6729.  
  6730.  
  6731.  
  6732.  
  6733.  
  6734.  
  6735.  
  6736.  
  6737.  
  6738.  
  6739.  
  6740.  
  6741.  
  6742.  
  6743.  
  6744.  
  6745.  
  6746.  
  6747.  
  6748.  
  6749.  
  6750.  
  6751.  
  6752.  
  6753.  
  6754.  
  6755.  
  6756.  
  6757.  
  6758.  
  6759.  
  6760.  
  6761.  
  6762.  
  6763.  
  6764.  
  6765.  
  6766.  
  6767.  
  6768.  
  6769.  
  6770.  
  6771.  
  6772.  
  6773.  
  6774.  
  6775.  
  6776.  
  6777.  
  6778. Callaghan, el al             Informational                    [Page 121]
  6779.  
  6780. RFC 1813                 NFS Version 3 Protocol                June 1995
  6781.  
  6782.  
  6783. 7.0 Appendix III: Bibliography
  6784.  
  6785. [Corbin]        Corbin, John, "The Art of Distributed
  6786.                 Programming-Programming Techniques for Remote
  6787.                 Procedure Calls." Springer-Verlag, New York, New
  6788.                 York. 1991.  Basic description of RPC and XDR
  6789.                 and how to program distributed applications
  6790.                 using them.
  6791.  
  6792. [Glover]        Glover, Fred, "TNFS Protocol Specification,"
  6793.                 Trusted System Interest Group, Work in
  6794.                 Progress.
  6795.  
  6796. [Israel]        Israel, Robert K., Sandra Jett, James Pownell,
  6797.                 George M. Ericson, "Eliminating Data Copies in
  6798.                 UNIX-based NFS Servers," Uniforum Conference
  6799.                 Proceedings, San Francisco, CA,
  6800.                 February 27 - March 2, 1989.  Describes two
  6801.                 methods for reducing data copies in NFS server
  6802.                 code.
  6803.  
  6804. [Jacobson]      Jacobson, V., "Congestion Control and
  6805.                 Avoidance," Proc. ACM SIGCOMM `88, Stanford, CA,
  6806.                 August 1988.  The paper describing improvements
  6807.                 to TCP to allow use over Wide Area Networks and
  6808.                 through gateways connecting networks of varying
  6809.                 capacity. This work was a starting point for the
  6810.                 NFS Dynamic Retransmission work.
  6811.  
  6812. [Juszczak]      Juszczak, Chet, "Improving the Performance and
  6813.                 Correctness of an NFS Server," USENIX Conference
  6814.                 Proceedings, USENIX Association, Berkeley, CA,
  6815.                 June 1990, pages 53-63.  Describes reply cache
  6816.                 implementation that avoids work in the server by
  6817.                 handling duplicate requests. More important,
  6818.                 though listed as a side-effect, the reply cache
  6819.                 aids in the avoidance of destructive
  6820.                 non-idempotent operation re-application --
  6821.                 improving correctness.
  6822.  
  6823. [Kazar]         Kazar, Michael Leon, "Synchronization and Caching
  6824.                 Issues in the Andrew File System," USENIX Conference
  6825.                 Proceedings, USENIX Association, Berkeley, CA,
  6826.                 Dallas Winter 1988, pages 27-36.  A description
  6827.                 of the cache consistency scheme in AFS.
  6828.                 Contrasted with other distributed file systems.
  6829.  
  6830.  
  6831.  
  6832.  
  6833.  
  6834. Callaghan, el al             Informational                    [Page 122]
  6835.  
  6836. RFC 1813                 NFS Version 3 Protocol                June 1995
  6837.  
  6838.  
  6839. [Macklem]       Macklem, Rick, "Lessons Learned Tuning the
  6840.                 4.3BSD Reno Implementation of the NFS Protocol,"
  6841.                 Winter USENIX Conference Proceedings, USENIX
  6842.                 Association, Berkeley, CA, January 1991.
  6843.                 Describes performance work in tuning the 4.3BSD
  6844.                 Reno NFS implementation. Describes performance
  6845.                 improvement (reduced CPU loading) through
  6846.                 elimination of data copies.
  6847.  
  6848. [Mogul]         Mogul, Jeffrey C., "A Recovery Protocol for Spritely
  6849.                 NFS," USENIX File System Workshop Proceedings,
  6850.                 Ann Arbor, MI, USENIX Association, Berkeley, CA,
  6851.                 May 1992.  Second paper on Spritely NFS proposes
  6852.                 a lease-based scheme for recovering state of
  6853.                 consistency protocol.
  6854.  
  6855. [Nowicki]       Nowicki, Bill, "Transport Issues in the Network
  6856.                 File System," ACM SIGCOMM newsletter Computer
  6857.                 Communication Review, April 1989.  A brief
  6858.                 description of the basis for the dynamic
  6859.                 retransmission work.
  6860.  
  6861. [Pawlowski]     Pawlowski, Brian, Ron Hixon, Mark Stein, Joseph
  6862.                 Tumminaro, "Network Computing in the UNIX and
  6863.                 IBM Mainframe Environment," Uniforum `89 Conf.
  6864.                 Proc., (1989) Description of an NFS server
  6865.                 implementation for IBM's MVS operating system.
  6866.  
  6867. [RFC1014]       Sun Microsystems, Inc., "XDR: External Data
  6868.                 Representation Standard", RFC 1014,
  6869.                 Sun Microsystems, Inc., June 1987.
  6870.                 Specification for canonical format for data
  6871.                 exchange, used with RPC.
  6872.  
  6873. [RFC1057]       Sun Microsystems, Inc., "RPC: Remote Procedure
  6874.                 Call Protocol Specification", RFC 1057,
  6875.                 Sun Microsystems, Inc., June 1988.
  6876.                 Remote procedure protocol specification.
  6877.  
  6878. [RFC1094]       Sun Microsystems, Inc., "Network Filesystem
  6879.                 Specification", RFC 1094, Sun Microsystems, Inc.,
  6880.                 March 1989.  NFS version 2 protocol
  6881.                 specification.
  6882.  
  6883.  
  6884.  
  6885.  
  6886.  
  6887.  
  6888.  
  6889.  
  6890. Callaghan, el al             Informational                    [Page 123]
  6891.  
  6892. RFC 1813                 NFS Version 3 Protocol                June 1995
  6893.  
  6894.  
  6895. [Sandberg]      Sandberg, R., D. Goldberg, S. Kleiman, D. Walsh,
  6896.                 B.  Lyon, "Design and Implementation of the Sun
  6897.                 Network Filesystem," USENIX Conference
  6898.                 Proceedings, USENIX Association, Berkeley, CA,
  6899.                 Summer 1985.  The basic paper describing the
  6900.                 SunOS implementation of the NFS version 2
  6901.                 protocol, and discusses the goals, protocol
  6902.                 specification and trade-offs.
  6903.  
  6904. [Srinivasan]    Srinivasan, V., Jeffrey C. Mogul, "Spritely
  6905.                 NFS:  Implementation and Performance of Cache
  6906.                 Consistency Protocols", WRL Research Report
  6907.                 89/5, Digital Equipment Corporation Western
  6908.                 Research Laboratory, 100 Hamilton Ave., Palo
  6909.                 Alto, CA, 94301, May 1989.  This paper analyzes
  6910.                 the effect of applying a Sprite-like consistency
  6911.                 protocol applied to standard NFS. The issues of
  6912.                 recovery in a stateful environment are covered
  6913.                 in [Mogul].
  6914.  
  6915. [X/OpenNFS]     X/Open Company, Ltd., X/Open CAE Specification:
  6916.                 Protocols for X/Open Internetworking: XNFS,
  6917.                 X/Open Company, Ltd., Apex Plaza, Forbury Road,
  6918.                 Reading Berkshire, RG1 1AX, United Kingdom,
  6919.                 1991.  This is an indispensable reference for
  6920.                 NFS version 2 protocol and accompanying
  6921.                 protocols, including the Lock Manager and the
  6922.                 Portmapper.
  6923.  
  6924. [X/OpenPCNFS]   X/Open Company, Ltd., X/Open CAE Specification:
  6925.                 Protocols for X/Open Internetworking: (PC)NFS,
  6926.                 Developer's Specification, X/Open Company, Ltd.,
  6927.                 Apex Plaza, Forbury Road, Reading Berkshire, RG1
  6928.                 1AX, United Kingdom, 1991.  This is an
  6929.                 indispensable reference for NFS version 2
  6930.                 protocol and accompanying protocols, including
  6931.                 the Lock Manager and the Portmapper.
  6932.  
  6933.  
  6934.  
  6935.  
  6936.  
  6937.  
  6938.  
  6939.  
  6940.  
  6941.  
  6942.  
  6943.  
  6944.  
  6945.  
  6946. Callaghan, el al             Informational                    [Page 124]
  6947.  
  6948. RFC 1813                 NFS Version 3 Protocol                June 1995
  6949.  
  6950.  
  6951. 8. Security Considerations
  6952.  
  6953.    Since sensitive file data may be transmitted or received
  6954.    from a server by the NFS protocol, authentication, privacy,
  6955.    and data integrity issues should be addressed by implementations
  6956.    of this protocol.
  6957.  
  6958.    As with the previous protocol revision (version 2), NFS
  6959.    version 3 defers to the authentication provisions of the
  6960.    supporting RPC protocol [RFC1057], and assumes that data
  6961.    privacy and integrity are provided by underlying transport
  6962.    layers as available in each implementation of the protocol.
  6963.    See section 4.4 for a discussion relating to file access
  6964.    permissions.
  6965.  
  6966. 9. Acknowledgements
  6967.  
  6968.    This description of the protocol is derived from an original
  6969.    document written by Brian Pawlowski and revised by Peter
  6970.    Staubach.  This protocol is the result of a co-operative
  6971.    effort that comprises the contributions of Geoff Arnold,
  6972.    Brent Callaghan, John Corbin, Fred Glover, Chet Juszczak,
  6973.    Mike Eisler, John Gillono, Dave Hitz, Mike Kupfer, Rick
  6974.    Macklem, Ron Minnich, Brian Pawlowski, David Robinson, Rusty
  6975.    Sandberg, Craig Schamp, Spencer Shepler, Carl Smith, Mark
  6976.    Stein, Peter Staubach, Tom Talpey, Rob Thurlow, and Mark
  6977.    Wittle.
  6978.  
  6979.  
  6980.  
  6981.  
  6982.  
  6983.  
  6984.  
  6985.  
  6986.  
  6987.  
  6988.  
  6989.  
  6990.  
  6991.  
  6992.  
  6993.  
  6994.  
  6995.  
  6996.  
  6997.  
  6998.  
  6999.  
  7000.  
  7001.  
  7002. Callaghan, el al             Informational                    [Page 125]
  7003.  
  7004. RFC 1813                 NFS Version 3 Protocol                June 1995
  7005.  
  7006.  
  7007. 10. Authors' Addresses
  7008.  
  7009.    Address comments related to this protocol to:
  7010.  
  7011.       nfs3@eng.sun.com
  7012.  
  7013.  
  7014.    Brent Callaghan
  7015.    Sun Microsystems, Inc.
  7016.    2550 Garcia Avenue
  7017.    Mailstop UMTV05-44
  7018.    Mountain View, CA 94043-1100
  7019.  
  7020.    Phone: 1-415-336-1051
  7021.    Fax:   1-415-336-6015
  7022.    EMail: brent.callaghan@eng.sun.com
  7023.  
  7024.  
  7025.    Brian Pawlowski
  7026.    Network Appliance Corp.
  7027.    319 North Bernardo Ave.
  7028.    Mountain View, CA 94043
  7029.  
  7030.    Phone: 1-415-428-5136
  7031.    Fax:   1-415-428-5151
  7032.    EMail: beepy@netapp.com
  7033.  
  7034.  
  7035.    Peter Staubach
  7036.    Sun Microsystems, Inc.
  7037.    2550 Garcia Avenue
  7038.    Mailstop UMTV05-44
  7039.    Mountain View, CA 94043-1100
  7040.  
  7041.    Phone: 1-415-336-5615
  7042.    Fax:   1-415-336-6015
  7043.    EMail: peter.staubach@eng.sun.com
  7044.  
  7045.  
  7046.  
  7047.  
  7048.  
  7049.  
  7050.  
  7051.  
  7052.  
  7053.  
  7054.  
  7055.  
  7056.  
  7057.  
  7058. Callaghan, el al             Informational                    [Page 126]
  7059.  
  7060.